Opened 13 years ago

Closed 13 years ago

#7458 closed Bug (duplicate)

Line breaks inserted when toggling between "Decrease Indent" and "Increase Indent" in lists

Reported by: Jakub Ś Owned by:
Priority: Normal Milestone:
Component: Core : Lists Version: 3.5.1
Keywords: Firefox Cc:

Description

Paste the following code and switch to wysiwyg mode. You can always create such list your self in CKEditor.

<ol>
	<li>
		i1
		<ol>
			<li>
				i11</li>
			<li>
				i12</li>
			<li>
				i13</li>
		</ol>
	</li>
	<li>
		i2</li>
	<li>
		i3</li>
	<li>
		i4</li>
</ol>

Place the cursor behind (or before) 'i11' element. Now toggle between "Decrease Indent" and "Increase Indent" (in that order) few times. You will see that line breaks (br tags) are inserted after 'i11' element every time you press a button.

This happens in FF browsers only. It has first showed up in CKEditor version 3.5.1.

Change History (3)

comment:1 Changed 13 years ago by Jakub Ś

Status: newconfirmed

comment:2 Changed 13 years ago by Jakub Ś

Keywords: Firefox added; FF removed

comment:3 Changed 13 years ago by Garry Yao

Resolution: duplicate
Status: confirmedclosed

DUP of #7467.

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