Opened 13 years ago

Last modified 8 years ago

#8058 confirmed Bug

Removing a list removes indentation

Reported by: Sa'ar Zac Elias Owned by:
Priority: Normal Milestone:
Component: Core : Lists Version: 3.3
Keywords: IBM Cc: satya_minnekanti@…

Description

  • Open a sample and clear all contents.
  • Type some text, hit one of the list buttons.
  • Hit increase indentation.
  • Hit the same list button as previously.

Expected: list is removed while margin stays attached to a p/div.
Actual: list is removed with the margin, reverting to a simple paragraph.

Change History (6)

comment:1 Changed 13 years ago by Satya Minnekanti

Cc: satya_minnekanti@… added

comment:2 Changed 13 years ago by Jakub Ś

Status: newconfirmed
Version: 3.3

Reproducible on all browsers from CKEditor 3.3.

comment:3 Changed 13 years ago by Jakub Ś

Anoter TC for this issue.

Paste the following code:

<ul>
	<li>
		ddd</li>
	<li>
		ddd</li>
	<li>
		ddd
		<ul>
			<li>
				sss</li>
			<li>
				sss</li>
			<li>
				sss</li>
		</ul>
	</li>
	<li>
		ddd</li>
</ul>

Select "sss" list and increase its indentation.
Now change this list to numbered one.

Result:List is changed properly but indentation is removed.

comment:4 Changed 13 years ago by Satya Minnekanti

Keywords: IBM added

comment:5 Changed 13 years ago by Garry Yao

Component: GeneralCore : Lists

Office Word behavior is confirmed to be preserving the indentation style.

comment:6 Changed 8 years ago by Anna Tomanek

Summary: Removing list removes indentationRemoving a list removes indentation
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