Ticket #4010 (closed Bug: fixed)
[IE] Outdent break list numbering
| Reported by: | garry.yao | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.0 |
| Component: | Core : Lists | Version: | |
| Keywords: | IE | Cc: |
Description
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
Note: See
TracTickets for help on using
tickets.
