This is a migrated thread and some comments may be shown as answers.

[Solved] Fullscreen error - Editor is on simple fixed modal

1 Answer 56 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Joseph Vannucci
Top achievements
Rank 1
Joseph Vannucci asked on 17 Mar 2010, 10:14 PM
Hi, I was wondering if I am just missing a help document somewhere.  There hasn't been any mention of any new fullscreen-related bug fixes since our version (1.527), from last May.

I'm bringing an editor up on a simple fixed div, but the fullscreen function of the editor is flaking out when it's up on the div.  I'm purposefully vague because the modal code is an inherited possibly in-house jquery plugin.

It works fine on ff, the issues are in ie7 and 8.  

The error message is listed last, the specified line 425 (and subsequent error on line 426) are:

... 
},getClientBounds:function(){ 
var _63; 
var _64; 
switch(Sys.Browser.agent){ 
case Sys.Browser.InternetExplorer: 
_63=document.documentElement.clientWidth;    <-- 425 
_64=document.documentElement.clientHeight;  <--426 
if(_63==0&&_64==0){ 
... 

I interrogate those values in the OnClientCommandExecuting event and document.documentElement.clientWeight and Height they seem to be set to reasonable values before i get into the telerik code.

Is there anything obvious to try?



Message: Invalid argument.
Line: 425
Char: 1
Code: 0
URI: http://192.168.2.38/ScriptResource.axd?d=o4tGpkadoUHQouTOki8K9CBitpxmT3LD6IjkOl92c1lQi7d-Vk1A7vrjEwCZ4AxT0&t=37736b2c

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 18 Mar 2010, 02:31 PM
Hi Joseph,

You are using a very older version of RadEditor. There are a lot of changes and bug fixes and it is possible that this problem is fixed.
My suggestion is to create a test project and see whether the problem is fixed. If you still experience it then open a support ticket and send it for examination on our side. We will debug it and provide an appropriate solution for your scenario.

Best regards,
Rumen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Editor
Asked by
Joseph Vannucci
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or