Opened 14 years ago

Closed 14 years ago

#5372 closed Bug (fixed)

Create sublist should not clone styles from parent

Reported by: Garry Yao Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.3
Component: Core : Lists Version: 3.0
Keywords: Confirmed Review+ Cc:

Description

  1. Load the following HTML:
 <ul style="margin-left: 40px;">
	<li>A</li>
	<li>B</li>
	<li>C</li>
 </ul>

  1. Put the caret in the "B" item.
  2. Click the "Increase Indent" button.

Expected Results: the "B" item becomes e sub-list of "A".

Actual Results: the "B" item becomes a sub-list of "A", but it also takes it's margin-left style, which should happen only in a second click.

Attachments (1)

5372.patch (1.1 KB) - added by Garry Yao 14 years ago.

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by Garry Yao

Attachment: 5372.patch added

comment:1 Changed 14 years ago by Garry Yao

Keywords: HasPatch added

comment:2 Changed 14 years ago by Garry Yao

Keywords: Confirmed Review? added; HasPatch removed
Milestone: CKEditor 3.3
Owner: set to Garry Yao
Status: newassigned
Version: 3.0

comment:3 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:4 Changed 14 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [5305].

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