Opened 9 years ago
Last modified 9 years ago
#14313 confirmed Bug
Copying/pasting nested lists in IE results in flat list
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | IE Can't Fix | Cc: |
Description
Steps to reproduce
- Open replacebycode sample in IE and create nested list in the editor or just paste below code:
<ol> <li>one <ol> <li>two</li> <li>three</li> </ol> </li> <li>four</li> </ol>
- Select list with a mouse (from one to four or from four to one)
- Paste the list somewhere below existing one (enter down if necessary)
Expected result
Nested list should be pasted.
Actual result
Flat list or single level list gets pasted into editor.
Other details (browser, OS, CKEditor version, installed plugins)
The same problem can be reproduced in native IE. Please use attached file. Just select, copy and paste the nested list below existing list.
Attachments (1)
Change History (3)
Changed 9 years ago by
Attachment: | copy_paste_lists.html added |
---|
comment:1 Changed 9 years ago by
Keywords: | Can't Fix added |
---|---|
Status: | new → confirmed |
comment:2 Changed 9 years ago by
Issue for Microsoft has been reported here: https://connect.microsoft.com/IE/feedback/details/2232866/ie9-11-edge-contenteditable-copying-and-pasting-nested-lists-results-in-flat-list
Problem can be reproduced in IE9+