Another bug with firefox : editor inserts carriage return

  •  06-12-2010, 1:44 AM

    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
     
     
View Complete Thread