Not Loading correct Loader javascript for IE8

Last post 04-09-2010, 4:56 PM by Adam. 3 replies.
Sort Posts: Previous Next
  •  04-02-2010, 8:47 AM 59832

    Not Loading correct Loader javascript for IE8

    It appears that the CuteEditor is not loading the correct loader files. The browser is IE8 running on Windows XP Pro but it is trying to load the Gecko_Loader file. 
     
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)
     
    Message: 'HTMLElement' is undefined
    Line: 3
    Char: 22616
    Code: 0
    URI: http://..../Editor/Load.ashx?type=scripts&file=Gecko_Loader
  •  04-02-2010, 10:46 AM 59839 in reply to 59832

    Re: Not Loading correct Loader javascript for IE8

    Dear myersjosh,
     
    Please follow steps:
     
    1. clear cache
    2. close all ie winodw
    3. save the following code to test.aspx 
    <%@ Page Language="C#"%>
    <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
    <html>  
     <body>
            <form id="Form1" runat="server">   
       <table cellpadding="15">
        <tr>     
         <td>      
          <CE:Editor id="Editor1"  runat="server" Height="200" ></CE:Editor><br>
         </td>
        </tr>
       </table>   
      </form>
     </body>
    </html>
    4. open new ie window and run test.aspx, can you reproduce this issue?
    Keep us posted.
     
    Regards,
    Eric 
  •  04-09-2010, 4:47 PM 59975 in reply to 59839

    Re: Not Loading correct Loader javascript for IE8

    We had a similar problem when users had Google ChromeFrame installed. It altered the UserAgent string sent to the server, and the editor gets tricked in to loading the wrong file.
  •  04-09-2010, 4:56 PM 59976 in reply to 59975

    Re: Not Loading correct Loader javascript for IE8

View as RSS news feed in XML