Opened 11 years ago

Last modified 8 years ago

#9901 confirmed Bug

Paragraph indentation is applied to list item created for it

Reported by: Piotrek Koszuliński Owned by:
Priority: Normal Milestone:
Component: Core : Lists Version: 3.2.2
Keywords: Cc:

Description

  1. Write two paragraphs.
  2. Indent second one.
  3. Select both of them.
  4. Click list button.
  5. Second list item is intended, but it's not a nested list item.
  6. Try to outdent it - it is transformed back to paragraph.

In my opinion when paragraph is indented when creating list it should become a nested list item. However, that won't be possible for first paragraph, because it can't become a nested list (at least when indenting first item of a list).

Different solution may be found, but it should be consistent with how indent buttons work for lists and what's possible using them.

Change History (4)

comment:1 Changed 11 years ago by Jakub Ś

Status: newconfirmed
Version: 3.2.2

Problem can be reproduced in all browsers from CKEditor 3.2.1 (it is also present in CKE 4.x (v4))

comment:2 Changed 8 years ago by Jakub Ś

Same source of the problem but different TC - #14399

comment:3 Changed 8 years ago by Jakub Ś

Other tickets with same source of the problem but slightly different TC's: #11802, #7640, #14399.

It may be possible that this issue has same source of the problem: #8058

comment:4 Changed 8 years ago by Jakub Ś

There is another TC. If you paste below list with paragraph above, select whole and increase indent, the paragraph gets populated into list items and text gets indented from bullets.

<p>rrr</p>
<ul>
	<li>rrr
	<ul>
		<li>rrr</li>
	</ul>
	</li>
</ul>
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