Problem loading 6.0 editor in IE 6.0

Last post 05-22-2007, 7:25 AM by jonask. 2 replies.
Sort Posts: Previous Next
  •  05-22-2007, 4:36 AM 29880

    Problem loading 6.0 editor in IE 6.0

    Hi,
     
    We experiece a problem when loading the editor in Internet Explorer 6.0.29
     
    I have cleared the temporary internet files in the browser, cleared the temporary asp.net files on the server and replaced all the client files whith the latest download from your site and of course added the new ddl:s to my project.
     
    I have created a test page with the following address: http://tnn2.webwerkstaden.se/cuteeditortest.aspx
    My code is simple: <ce:Editor id="ceEditor" runat="server" with no extra settings in code behind.  
     
    What happens is:
    1. The editor loads but i get a warning ("An invalid character was found in the text") from the browser (this happens in IE 7.0 as well). Se below for image.
    2. I reload the page and the editor doesn't load at all. I get an empty square and an error message saying basicly: "An error occured during run. Row: 3. ']' expected. Se below for image.
    I have swedish localisation on both of the test computers operating system (XP).
     
    I appreciate any help on this!
     
    Regards,
    Johanna
     
    Here comes the images:
    1.
     
     
    2.
  •  05-22-2007, 4:59 AM 29882 in reply to 29880

    Re: Problem loading 6.0 editor in IE 6.0

    Johanna,
     
    I can reproduce the problem in your site. My browser language setting is "en-ca".
     
    I can't reproduce in our web site and our local testing machine. We have set the language setting of our local machine to swedish.
     
    But it works here.
     
    Can you try the following link?
     
     
    Can you try downloaf the control again?
     
    Keep me posted
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  05-22-2007, 7:25 AM 29889 in reply to 29882

    Re: Problem loading 6.0 editor in IE 6.0

    Hi again Adam,
     
    Thank you for your prompt reply!
     
    After som thinking and debugging I found out that your client folder "CuteSoft_Client" must be set to use utf-8 encoding.
     
    In our site we set the globalization to

    <globalization requestEncoding="windows-1252" responseEncoding="windows-1252" culture="sv-SE" uiCulture="sv-SE" />

     

    in the web.config.
     
    Our solution has been to override the settings using a location settings for "CuteSoft_Client" in web.config which seems to work fine!
     
    If you want, check it out on the same URL as before
     
    Thank you again,
    Johanna
     
View as RSS news feed in XML