Ticket #6470 (closed Bug: fixed)
IE7: Start textfield in Numbered List dialog should be a required field
| Reported by: | james c | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.6.1 |
| Component: | Core : Lists | Version: | 3.4.1 |
| Keywords: | IBM IE7 | Cc: | damo, joek, satya |
Description
Steps to reproduce the defect:
- Open the Ajax sample in IE7.
- Create a numbered list containing 3 items.
- Right click on the list and select Numbered List Properties from the context menu.
- Change the type to Upper Alpha.
- Leave the Start field EMPTY.
- Click OK.
Expected Result: The list should have A, B and C as the numbers.
Actual Result: The list has @, A and B as the numbers.
Note: If the Start textfield is left empty in FF the list starts at 1 as default. If the Start textfield is left empty in IE7 the list starts at 0 as default.
Attachments
Change History
comment:2 Changed 2 years ago by garry.yao
- Status changed from confirmed to closed
- Resolution set to fixed
Fixed with [6908].
comment:3 Changed 2 years ago by jamescun
If you enter 0 into the Start textfield in the Numbered List properties dialog instead of leaving it empty and follow the steps described in the test case you still get the result described in the test case i.e. The list has @, A and B as the numbers.
comment:4 Changed 2 years ago by fredck
- Status changed from closed to reopened
- Resolution fixed deleted
- Milestone set to CKEditor 3.6.1
The dialog must not force a default value to "1". If the field is left empty, the "start" attribute must be removed from the list.
