Re: CuteEditor deleting line breaks in Safari

  •  01-17-2013, 5:15 PM

    Re: CuteEditor deleting line breaks in Safari

    thunderfan:

    When I commented out my implimentation of CEEditor and put yours in place it worked without issue so it seems to be a element i am placing on the editor.  Let me poke around and see if I can identify what it is.  Below is my implimentation that is causing the issue that I commented out and used yours.  

     

     

    <ce:editor id="tbBCMessage" runat="server" alloweditserversidecode="True" autoconfigure="None"

            bordercolor="DimGray" breakelement="Br" configurationpath="~/CuteSoft_Client/CuteEditor/Configuration/Simple.config"

            urltype="Absolute" Width="680px" EnableAntiSpamEmailEncoder="False" 

                EditorOnPaste="PasteWord"> </ce:editor>


     

    I found the issue.  For some reason the developer before me was using the above highlighted tag.  Not sure why but that is what is causing the issue.

     

    Thanks! 

View Complete Thread