Changes between Initial Version and Version 9 of Ticket #503
- Timestamp:
- Jan 8, 2008, 5:58:37 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #503
- Property Keywords Confirmed IE added
-
Property
Milestone
changed from
to
FCKeditor 2.6
-
Ticket #503 – Description
initial v9 2 2 3 3 I have the following code in FCKeditor. 4 {{{ 4 5 <ul> 5 6 <li>unordered list item 1</li> … … 8 9 <li>unordered list item 4</li> 9 10 </ul> 11 }}} 10 12 11 1. In edit view, high light 2nd and 3rd list items, and do copy. 12 2. go to some place without any format, and do paste, I've got: 13 1. In edit view, high light 2nd and 3rd list items, and do copy. 14 2. go to some place without any format, and do paste, I've got: 15 {{{ 13 16 <p> 14 17 <li>unordered list item 2</li> 15 18 <li>unordered list item 3</li> 16 19 </p> 17 20 }}} 18 21 The <li> lost <ul>. 19 22