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
