Another bug with firefox : editor inserts carriage return

Last post 06-16-2010, 8:52 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  06-12-2010, 1:44 AM 61698

    Another bug with firefox : editor inserts carriage return

    Another bug with firefox
     
    The editor inserts carriage returns when saving text in "textmode"
     
     editor set to show like a classic textbox to edit non html content  :
    CuteEditor.AutoConfigure.None
    CuteEditor.TabType.Code
    Me.ShowHtmlMode = false
     Me.ShowEditMode =false
    the carraige return caused bugs in applications... (email title incorrect format in .net 2)
    i had to clean the text with 
     EmailTitle = EmailTitle.Replace(vbLf, " ").Replace(vbCrLf, " ").Replace(vbCr, " ")
    ...
     
    note that previous postss about firefox bugs are still unanswered...
    Firefox support, really ?
    http://cutesoft.net/forums/thread/59062.aspx
    http://cutesoft.net/forums/60777/ShowThread.aspx#60777
     
     
  •  06-16-2010, 8:52 PM 61829 in reply to 61698

    Re: Another bug with firefox : editor inserts carriage return

    Hi Luuuukke,
     
    I can not reproduce this issue.
     
    Can you reproduce it on demo http://cutesoft.net/example/general.aspx? If so, please show me the stpes.
     
    If it need a special example to reproduce, please send the example to Kenneth@CuteSoft.net
     
    And maybe you can send me some screenshots to explain it.
     
    I will check it and get back to you as soon as possible.
     
    Regards,
     
    Ken
View as RSS news feed in XML