Outdent with indentClasses doesn't work on list
- Config the editor as:
config.indentClasses = ['Indent1', 'Indent2', 'Indent3'];
And the following content.css addings:
.Indent1{
margin-left:20px;
}
.Indent2{
margin-left:40px;
}
- Make the following content and selection:
<p>^item</p>
- Indent twice then try to outdent;
- Actual Result: It's impossible to outdent the paragraph at all.
Change History (7)
Milestone: |
→ CKEditor 3.5
|
Owner: |
set to Garry Yao
|
Status: |
confirmed →
review
|
Milestone: |
CKEditor 3.5 →
CKeditor 3.4.3
|
Status: |
review →
review_passed
|
Resolution: |
→ fixed
|
Status: |
review_passed →
closed
|
Fixed with [6070].