Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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:

  1. Open the Ajax sample in IE7.
  2. Create a numbered list containing 3 items.
  3. Right click on the list and select Numbered List Properties from the context menu.
  4. Change the type to Upper Alpha.
  5. Leave the Start field EMPTY.
  6. 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 (1)

numbered list dialog bug.jpg (28.2 KB) - added by James 13 years ago.

Download all attachments as: .zip

Change History (7)

Changed 13 years ago by James

comment:1 Changed 13 years ago by Krzysztof Studnik

Status: newconfirmed

comment:2 Changed 13 years ago by Garry Yao

Resolution: fixed
Status: confirmedclosed

Fixed with [6908].

comment:3 Changed 13 years ago by James Cunningham

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 13 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.6.1
Resolution: fixed
Status: closedreopened

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 13 years ago by Sa'ar Zac Elias

Resolution: fixed
Status: reopenedclosed

Re-fixed with [6949].

comment:6 Changed 13 years ago by Wiktor Walc

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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy