Opened 10 years ago

Last modified 10 years ago

#11609 confirmed Bug

[IE] List items annihilated after certain actions with Elements Paths

Reported by: Olek Nowodziński Owned by:
Priority: Normal Milestone:
Component: Core : Lists Version: 4.3
Keywords: IE Cc:

Description

  1. Use IE11.
  2. Set data
    <ul>
    	<li>x</li>
    	<li>y</li>
    	<li>z</li>
    </ul>
    
  3. Focus any list item.
  4. Click "ul" in Elements Path.
  5. Click indent: nothing happens (#11604).
  6. Put selection
    <ul>
    	<li>x^</li>
    	<li>y</li>
    	<li>z</li>
    </ul>
    
  7. Click indent.

Expected (considering that 5. is right):

<ul style="margin-left: 40px;">
	<li>x</li>
	<li>y</li>
	<li>z</li>
</ul>

Actual:

<ul>
	<li>x</li>
</ul>

Two list items are gone. Just like that. This ticket may be related to #11604.

Change History (1)

comment:1 Changed 10 years ago by Jakub Ś

Keywords: IE added
Status: newconfirmed
Version: 4.1.34.3

Reproducible in IE9-11 from CKEditor 4.3

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