IE and Firefox - difference behaviors when pasting

Last post 03-30-2011, 11:37 AM by mtlwriterguy. 2 replies.
Sort Posts: Previous Next
  •  03-24-2011, 10:25 AM 66831

    IE and Firefox - difference behaviors when pasting

    I am experiencing an issue when pasting paragraphs into the rich test editor. To reproduce, select a couple paragraphs of text and using firefox paste them into the Normal tab of the cuteeditor then look at the HTML tab. Do the same for the IE. Firefox addes <div> tags around the paragraphs but IE does not. I would like to see the same behavior across browsers. I was able to reproduce using the demo editor.
     
    The following is an example of the two difference browser behaviors:
     
     In IE:
    This<br />
    Is<br />
    An<br />
    Example
     
    In Firefox:
    <div>
    <div>This<br />
    Is<br />
    An<br />
    Example</div>
    </div>
     
  •  03-24-2011, 4:35 PM 66841 in reply to 66831

    Re: IE and Firefox - difference behaviors when pasting

    Dear eatsubway,
     
    We will investigate this issue and will get back to you ASAP.
     
    Regards,
    Eric
  •  03-30-2011, 11:37 AM 66929 in reply to 66831

    Re: IE and Firefox - difference behaviors when pasting

    As per my post this morning in the CuteEditor for ASP section, I am experiencing exactly the same problem, with very serious consequences for maintaining a huge website with multiple users.
     
    I would appreciate it if you could share any fixes you may find.
     
    Thanks!
View as RSS news feed in XML