Opened 13 years ago

Last modified 11 years ago

#7006 confirmed Bug

Issues with decrease & Increase Indent on Numbered & Bulleted lists

Reported by: Satya Minnekanti Owned by:
Priority: Normal Milestone:
Component: Core : Lists Version: 3.0
Keywords: IBM Cc: Damian, joek, James Cunningham

Description

To reproduce the defect:

  1. Create a numbered list with 1 list item.
  1. Create a separate bulleted list with 1 list item.
  1. Press CTRL + A and then press decrease indent

Expecetd Result:

Numbered and Bulleted list gets removed and list items are converted in to paragraphs.

Actual Result:

Nothing happens visually but <p> tags are added inside the <li> tags.

In FF, if you press increase indent, only the text gets indented. The bullets/numbers remain on the left of the page. Again <p> tags are added inside the <li> tags.

Change History (4)

comment:1 Changed 13 years ago by Krzysztof Studnik

Component: GeneralCore : Lists
Status: newconfirmed
Version: 3.0

Result of above TC

<ol>
	<li>
		<p>
			This is some <strong>sampl</strong></p>
	</li>
</ol>
<ul>
	<li>
		<p>
			<strong>e text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p>
	</li>
</ul>

comment:2 Changed 13 years ago by Garry Yao

Status: confirmednew

The expected result is against the current design of editor's indentation feature (which always perform on individual blocks) unless we had a reason to review and change our current implementation.

comment:3 Changed 13 years ago by Garry Yao

Status: newconfirmed

We should be able to handle this limitation with the new domiterator plugin.

comment:4 Changed 11 years ago by Jakub Ś

Cc: damo,joek,jamescundamo, joek, jamescun

I was still bale to reproduce this problem in CKEditor 4.0 (v4) and current master

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