Opened 17 years ago

Closed 16 years ago

Last modified 16 years ago

#1178 closed Bug (fixed)

List problems in IE

Reported by: Martin Kou Owned by: Martin Kou
Priority: Normal Milestone: FCKeditor 2.5 Beta
Component: Core : Lists Version: SVN (FCKeditor) - Retired
Keywords: SD-COE Cc:

Description (last modified by Martin Kou)

This ticket is opened as a collection of all currently discovered problems with lists in IE. This ticket is intended to supersede #67 and #428.

Bug 1: Lines separated by <br> are not transformed to separated <li> items
Reproduction procedure:

  1. Prepare an HTML document body like the following
    line1<br>
    line2<br>
    line3<br>
    
  2. Place the caret just after "line2".
  3. Press "Insert Unordered List".
  4. All three lines are transformed into one item.

Reference: #67, #428

Bug 2: List removal does not obey EnterMode setting
Reproduction procedure:

  1. Set EnterMode to br.
  2. Create an unordered list with three items.
  3. Select the list.
  4. Press "Remove Unordered List".
  5. Three <p> blocks are generated.

Reference: #67

Bug 3: List removal does not work when caret is at the end of list
Reproduction procedure:

  1. Create an unordered list with three items.
  2. Set the caret to the end of the list.
  3. Press "Remove Unordered List".
  4. The list is not removed. Rather, a new, empty item is generated.

Reference: This bug is newly discovered when I was working on the list bugs.

Change History (5)

comment:1 Changed 17 years ago by Martin Kou

Owner: set to Martin Kou
Status: newassigned

comment:2 Changed 17 years ago by Martin Kou

Description: modified (diff)

The list removal bug is fixed in [799].

comment:3 Changed 17 years ago by Frederico Caldeira Knabben

To consider #1267.

comment:4 Changed 16 years ago by Martin Kou

Resolution: fixed
Status: assignedclosed

Fixed with [869] and [870].

Click here for more info about our SVN system.

comment:5 Changed 16 years ago by Frederico Caldeira Knabben

Component: GeneralCore : Lists
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