cute editor bug!!!!

Last post 06-22-2004, 9:00 AM by Adam. 1 replies.
Sort Posts: Previous Next
  •  06-22-2004, 4:29 AM 1069

    cute editor bug!!!!

    Hi there,

     
    We recently bought a copy of cute editor for asp, I installed on my server and I run the sample EnableAll.asp. It works but if you try press enter to break a line doesn't work, each time I press enter the editor creates the following HTML code: <DIV></DIV> and keeps the cursor on the same line. I found out that if you press first space and the enter, it works and I can finally break the line, but it's hard to explain this for some people, so, we need a solution urgent!!!!
    In the on-line DEMO there's no such problem. Maybe the copy I have has a bug or there are some files corrupted, I don't know. Could you send me another copy?
     
    The e-mail we used to buy the product was tim@ukpresence.co.uk
     
    My name is Fabiana Faria and my e-mail is fabiana@ukpresence.co.uk
    Our phone number is (+44) 20 8374 4058
     
    Thank you
  •  06-22-2004, 9:00 AM 1071 in reply to 1069

    Re: cute editor bug!!!!

    Fabiana,
     
    It's not a bug.
     
    You can defines what happens when the "enter" key is pressed in the editor in the following editor properties.

    Property Name Description
    UseDivOnCarriageReturn use <div > tags on enter keypress instead of <p></p>tags
    UseBROnCarriageReturn use <br> tags on enter keypress instead of <p></p>tags

     

    If you want to insert new paragraph  when press the Enter key, you can just disable the UseDivOnCarriageReturn as followings:

     
    Editor.UseDivOnCarriageReturn = "false"
     
    This behavior is by design.
     
    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

View as RSS news feed in XML