Changes between Initial Version and Version 9 of Ticket #503


Ignore:
Timestamp:
Jan 8, 2008, 5:58:37 AM (16 years ago)
Author:
Martin Kou
Comment:

Tidied up the description a bit.

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  
    22
    33I have the following code in FCKeditor.
     4{{{
    45<ul>
    56    <li>unordered list item 1</li>
     
    89    <li>unordered list item 4</li>
    910</ul>
     11}}}
    1012
    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{{{
    1316<p>
    1417<li>unordered list item 2</li>
    1518<li>unordered list item 3</li>
    1619</p>
    17 
     20}}}
    1821The <li> lost <ul>.
    1922
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy