Opened 14 years ago

Last modified 14 years ago

#5948 confirmed Bug

IE8 delete list element bug — at Initial Version

Reported by: littlpower Owned by:
Priority: Normal Milestone:
Component: General Version: 3.3.1
Keywords: IE Cc:

Description

When I create a list <ol> elment under a <p> element The example is shown as follow: test

1.111 2.222

when I press delete after the last character of 'test', the ckeditor will prduce a bug, the example is shown as follow: test 111 222 and the source html code is shown as follow: <p>

test</p>

<p>

<li>

111</li>

</p> <p>

<li>

222</li>

</p> And my IE version is IE8.0.6001.18702, Os is Windows XP + SP3, ckediotr version is 3.3.1

However when I use win7 + IE8.0.7600.16385 to test this example, the bug doesn't appear!

I am looking forward your reply!

Best regards,

Littlepower

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