[IE] Outdent break list numbering
This is derived from #1491.
Reproducing Procedures
- Open the 'replace by class' sample page.
- Load the document with following content:
<ol>
<li>
item1
<ol>
<li>
^</li>
</ol>
</li>
<li>
item2</li>
</ol>
- Click 'outdent' button;
- Actual Result: The list numbering is incorrect as: 1,1,2;
- Expected Result: The list numbering is: 1,2,3;
Change History (4)
Milestone: |
CKEditor 3.0 →
CKEditor 3.1
|
Resolution: |
→ invalid
|
Status: |
new →
closed
|
Milestone: |
CKEditor 3.1 →
CKEditor 3.0
|
Resolution: |
invalid
|
Status: |
closed →
reopened
|
Resolution: |
→ fixed
|
Status: |
reopened →
closed
|
Fixed by recent changes in trunk.