Changes between Initial Version and Version 1 of Ticket #5948


Ignore:
Timestamp:
Jul 8, 2010, 7:14:10 AM (14 years ago)
Author:
Tobiasz Cudnik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5948

    • Property Keywords IE Confirmed added; List element destory removed
  • Ticket #5948 – Description

    initial v1  
    11When I create a list <ol> elment under a <p> element
    2 The example is shown as follow:
    3 test
    4    1.111
    5    2.222
    6 when I press delete after the last character of 'test', the ckeditor will prduce a bug, the example is shown as follow:
    7 test
    8 111
    9 222
    10 and the source html code is shown as follow:
     2 * The example is shown as follow:
     3{{{
     4<p>
     5        test</p>
     6<ol>
     7        <li>
     8                li</li>
     9        <li>
     10                li</li>
     11</ol>
     12}}}
     13 * when I press delete after the last character of 'test', the ckeditor will prduce a bug, the example is shown as follow:
     14{{{
    1115<p>
    1216        test</p>
    1317<p>
    1418        <li>
    15                 111</li>
     19                li</li>
    1620</p>
    1721<p>
    1822        <li>
    19                 222</li>
     23                li</li>
    2024</p>
     25}}}
     26
    2127And my IE version is IE8.0.6001.18702, Os is Windows XP + SP3, ckediotr version is 3.3.1
    2228
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy