Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#12467 closed Bug (duplicate)

Indent on first LI of ordered list breaks the list

Reported by: Alvaro Owned by:
Priority: Normal Milestone:
Component: Core : Lists Version:
Keywords: Cc:

Description

CK is deletting all but first list items in a ordered list after some formatting and increase indent.

Steps to reproduce using full demo

1) put this code in source

<ol>
	<li>
	<pre>
test</pre>
	</li>
	<li>
	<p>paragraph 1</p>
	</li>
	<li>item 3</li>
	<li>item 4</li>
	<li>item 5</li>
</ol>

2) go to wysiwig, select first li and increase indent
3) only the first list remains in document

Change History (1)

comment:1 Changed 10 years ago by Jakub Ś

Resolution: duplicate
Status: newclosed

#12141 was marked as duplicate.

Version 0, edited 10 years ago by Jakub Ś (next)
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