Ticket #1178 (closed Bug: fixed)

Opened 12 months ago

Last modified 11 months ago

List problems in IE

Reported by: martinkou Owned by: martinkou
Priority: Normal Milestone: FCKeditor 2.5 Beta
Component: Core : Lists Version: SVN
Keywords: SD-COE Cc:

Description (last modified by martinkou) (diff)

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

Changed 12 months ago by martinkou

  • owner set to martinkou
  • status changed from new to assigned

Changed 12 months ago by martinkou

  • description modified (diff)

The list removal bug is fixed in [799].

Changed 11 months ago by fredck

To consider #1267.

Changed 11 months ago by martinkou

  • status changed from assigned to closed
  • resolution set to fixed

Fixed with [869] and [870].

Click here for more info about our SVN system.

Changed 11 months ago by fredck

  • component changed from General to Core : Lists
Note: See TracTickets for help on using tickets.