Opened 8 years ago

Last modified 8 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

  1. 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>
    
  2. Select list with a mouse (from one to four or from four to one)
  3. 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)

copy_paste_lists.html (366 bytes) - added by Jakub Ś 8 years ago.

Download all attachments as: .zip

Change History (3)

Changed 8 years ago by Jakub Ś

Attachment: copy_paste_lists.html added

comment:1 Changed 8 years ago by Jakub Ś

Keywords: Can't Fix added
Status: newconfirmed

Problem can be reproduced in IE9+

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