Opened 18 years ago

Last modified 13 years ago

#503 closed Bug

Unordered list paste: doesn't work correctly in IE — at Initial Version

Reported by: tba21cn Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.4.1
Keywords: Cc:

Description

I checked Ticket #428 IE problems created unordered list from pasted list, it is not exactly the same as this one.

I have the following code in FCKeditor. <ul>

<li>unordered list item 1</li> <li>unordered list item 2</li> <li>unordered list item 3</li> <li>unordered list item 4</li>

</ul>

  1. In edit view, high light 2nd and 3rd list items, and do copy.
  2. go to some place without any format, and do paste, I've got:

<p> <li>unordered list item 2</li> <li>unordered list item 3</li> </p>

The <li> lost <ul>.

It doesn't happen in FireFox, it is an IE only issue.

Change History (0)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy