#6470 closed Bug (fixed)
IE7: Start textfield in Numbered List dialog should be a required field
Reported by: | James | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.1 |
Component: | Core : Lists | Version: | 3.4.1 |
Keywords: | IBM IE7 | Cc: | Damian, joek, Satya Minnekanti |
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.
Change History (7)
Changed 14 years ago by
Attachment: | numbered list dialog bug.jpg added |
---|
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
comment:3 Changed 14 years ago by
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 14 years ago by
Milestone: | → CKEditor 3.6.1 |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
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.
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Re-fixed with [6949].
comment:6 Changed 14 years ago by
Just a note that the issue reported in comment:3 is a pure browser issue that we cannot fix. All we can do is to ensure that CKEditor produces valid HTML.
Fixed with [6908].