Opened 15 years ago
Last modified 14 years ago
#5948 confirmed Bug
IE8 delete list element bug — at Version 1
Reported by: | littlpower | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.3.1 |
Keywords: | IE | Cc: |
Description (last modified by )
When I create a list <ol> elment under a <p> element
- The example is shown as follow:
<p> test</p> <ol> <li> li</li> <li> li</li> </ol>
- when I press delete after the last character of 'test', the ckeditor will prduce a bug, the example is shown as follow:
<p> test</p> <p> <li> li</li> </p> <p> <li> li</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 (1)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Keywords: | IE Confirmed added; List element destory removed |