Ticket #503 (reopened Bug)
Unordered list paste: doesn't work correctly in IE
| Reported by: | tba21cn | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | FCKeditor 2.4.1 |
| Keywords: | Cc: |
Description (last modified by martinkou) (diff)
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>
- In edit view, high light 2nd and 3rd list items, and do copy.
- 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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.