JS exception: Error: Ox136 is null

Last post 10-10-2012, 12:21 PM by edwincorea. 2 replies.
Sort Posts: Previous Next
  •  10-08-2012, 9:06 AM 74908

    JS exception: Error: Ox136 is null

    There are some variables which can't be find in the JS files for IE. The error in Firebug console is Error: Ox136 is null.

     

    Do you know how to fix this?

     

    Thanks!

    Edwin.

  •  10-08-2012, 11:58 AM 74916 in reply to 74908

    Re: JS exception: Error: Ox136 is null

    Hi edwincorea,

     

    This problem happens on special case. 

     

    I think you set style "display:none" for the editor container by <style> target or css file.

     

    you can set it in the container target directly, it shoule work, like  

     

     <div style="display: none">
                <CE:Editor ID="editor1" runat="server">
                </CE:Editor>
            </div>
     

    Regards,

     

    Ken 

  •  10-10-2012, 12:21 PM 74941 in reply to 74916

    Re: JS exception: Error: Ox136 is null

    Hi Ken, 

     

    I have a Telerik RadMultiPage control which sets a class rmpHiddenView for inactive tab containers (PageViews). 

    .rmpHiddenView {
        displaynone;
    }
     
    Thanks for the hint.
    Edwin.

View as RSS news feed in XML