Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#6447 closed Bug (fixed)

Outdent with indentClasses doesn't work on list

Reported by: Garry Yao Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.4.3
Component: Core : Lists Version:
Keywords: Cc:

Description

  1. Config the editor as:
    config.indentClasses = ['Indent1', 'Indent2', 'Indent3'];
    

And the following content.css addings:

.Indent1{
	margin-left:20px;
}
.Indent2{
	margin-left:40px;
}
  1. Make the following content and selection:
    <p>^item</p>
    
  2. Indent twice then try to outdent;
    • Actual Result: It's impossible to outdent the paragraph at all.

Attachments (1)

6447.patch (783 bytes) - added by Garry Yao 14 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 14 years ago by Sa'ar Zac Elias

Status: newconfirmed

Changed 14 years ago by Garry Yao

Attachment: 6447.patch added

comment:2 Changed 14 years ago by Garry Yao

Milestone: CKEditor 3.5
Owner: set to Garry Yao
Status: confirmedreview

comment:3 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.5CKeditor 3.4.3

comment:4 Changed 14 years ago by Frederico Caldeira Knabben

Status: reviewreview_passed

comment:5 Changed 14 years ago by Garry Yao

Resolution: fixed
Status: review_passedclosed

Fixed with [6070].

comment:6 Changed 14 years ago by Garry Yao

Typo [6070] -> [6097].

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