Opened 15 years ago
Last modified 14 years ago
#6419 closed Bug
IE: List creation by merging problem — at Version 4
Reported by: | Tobiasz Cudnik | Owned by: | Tobiasz Cudnik |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5 |
Component: | General | Version: | |
Keywords: | IE IBM | Cc: | satya_minnekanti@… |
Description (last modified by )
IE: List creation by merging problem.
Steps to reproduce
- Use the following content:
<ul> <li> 1</li> </ul> <p> 2</p> <ul> <li> 3</li> </ul>
- Apply the Numbered List command
Result: A JS error is thrown.
Expected: Lists are merged into one containing 3 lines.
Reproduced in the IE8, strict. Most probably because the step 5 leaves bookmarks in the 1st and the 3rd line.
Change History (4)
comment:1 Changed 15 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 15 years ago by
Cc: | satya_minnekanti@… added |
---|---|
Keywords: | IBM added |
comment:3 Changed 14 years ago by
Owner: | set to Tobiasz Cudnik |
---|---|
Status: | confirmed → assigned |
comment:4 Changed 14 years ago by
Description: | modified (diff) |
---|