Cute HTML editor issue in IE10 content area collapsed

Last post 06-10-2013, 3:49 PM by Techn0. 5 replies.
Sort Posts: Previous Next
  •  05-02-2013, 3:59 PM 77345

    Cute HTML editor issue in IE10 content area collapsed

    Cute HTML editor issue in IE 10 - content area collapsed.
  •  05-02-2013, 4:14 PM 77346 in reply to 77345

    Re: Cute HTML editor issue in IE10 - Fixed but noticed something else

    Fixed, I took out height width settings from previous version.

     

    I have noticed a difference in the code output for your forum cute editor and my cute editor for ASP.

    For new paragraphs, mine  uses div tags with non-breaking space, while your uses paragraph tags with non-breaking space.

    How do I change the editors output behavior? 

     

  •  05-03-2013, 12:01 PM 77347 in reply to 77346

    Re: Cute HTML editor issue in IE10 - Fixed but noticed something else

    Hi Techn0,

     

    The line break behavior is handle by property "BreakElement", you can set it to div/p/br.

     

    More detail please refer to example http://cutesoft.net/asp/oncarriagereturn.asp

     

    Regards,

     

    Ken 

  •  06-07-2013, 4:05 PM 77536 in reply to 77347

    Re: Cute HTML editor issue in IE10 - Fixed but noticed something else

    Here's my code which the BreakElement does not appear to change the line break code used by the editor.

    I also tried   editor.BreakElement = "Br"

     

                Dim editor
                Set editor = New CuteEditor
                editor.ID = "BodyofText"
                editor.Text = BodyofTextValue
                editor.ConfigurationPath = "CuteEditor_Files/Configuration/b2i.config"
                editor.EditorBodyStyle = "font:normal 12px arial;"
                editor.EditorWysiwygModeCss = "asp.css"
                editor.EnableStripScriptTags = false
                editor.BreakElement = "P"
                editor.Draw()

     

    Here is the editor's HTML output 

     

    <div></div>
    <div>&nbsp;</div>
    <div>&nbsp;</div>
    <div>&nbsp;</div> 


  •  06-10-2013, 12:12 PM 77539 in reply to 77536

    Re: Cute HTML editor issue in IE10 - Fixed but noticed something else

    Hi Techn0,

     

    It only effects the behavior of the keyboard Enter key.

     

    Did you try on demo http://cutesoft.net/asp/oncarriagereturn.asp? Select the "P" radio button and try the enter key to generate the link break. 

     

    Regards,

     

    Ken 

  •  06-10-2013, 3:49 PM 77542 in reply to 77539

    Re: Cute HTML editor issue in IE10 - Fixed but noticed something else

    After further testing and restarting IIS I see the editor is now using the correct tag.
View as RSS news feed in XML