Firefox, Netscape and downlevel browser issues

Last post 02-06-2006, 6:16 PM by samahe. 2 replies.
Sort Posts: Previous Next
  •  02-06-2006, 10:10 AM 15615

    Firefox, Netscape and downlevel browser issues

    Hi,

    when testing the editor on my own website I run into the following issues:

    - Firefox: editor is displayed but I textarea and buttons seem disabled as I can't click any of them. Nevertheless, trying the demos on CuteSoft website the editors work in the Firefox version that I'm using.

    - Netscape 7.1 seems to be treated as a downlevel browser: a normal textbox is displayed (with the issue described below)

    - Downlevel browers: a normal textbox with HTML code inside is displayed. Is there any way to only display the text? I currently reject any code as potentially harmful code and would like to keep this check.

    Can anyone help, please?

  •  02-06-2006, 5:29 PM 15633 in reply to 15615

    Re: Firefox, Netscape and downlevel browser issues

    >> Firefox: editor is displayed but I textarea and buttons seem disabled as I can't click any of them. Nevertheless, trying the demos on CuteSoft website the editors work in the Firefox version that I'm using.

    CuteSoft website is using the latest build (02/02/2006).

    Please download it from

    http://cutesoft.net/Downloads/default.aspx

    >>- Netscape 7.1 seems to be treated as a downlevel browser: a normal textbox is displayed (with the issue described below)

    That's a bug.  Please use this dll instead: Http://CuteSoft.net/download/CuteEditor.zip

    >>- Downlevel browers: a normal textbox with HTML code inside is displayed. Is there any way to only display the text? I
    currently reject any code as potentially harmful code and would like to keep this check.

    Cute Eidtor has a built-in funtion which can remove inject script before write the string into the db.

    If you want to retrieve the CuteEditor HTML content in plain text format, please use Editor.PlainText Property or Editor.PlainTextWithLinefeeds Property.

    Editor.PlainText Property
    Retrieves the CuteEditor HTML content in plain text format.

    Editor.PlainTextWithLinefeeds Property
    Retrieves the CuteEditor HTML content in plain text format and replace carriage returns with the appropriate br and p tags for breaks.

    Hope it helps.

    Let me know if you have any further questions.




    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

  •  02-06-2006, 6:16 PM 15638 in reply to 15633

    Re: Firefox, Netscape and downlevel browser issues

    Hi,
     
    thank you for your help!
     
    I now found out what I did wrong: I was already using the latest build, but when installing it I had followed the instructions under http://cutesoft.net/ASP.NET+WYSIWYG+Editor/Deployment/default.aspx 
    The instructions say that it is necessary to copy 2 of the downloaded dll files to the applications /bin directory.

    When installing the second time I copied all the entire downloaded /bin into the /bin directory of my application. It now works.
    This also solved my trouble not being able to use the emotion icons.
View as RSS news feed in XML