Ticket #1178 (closed Bug: fixed)
List problems in IE
| Reported by: | martinkou | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
| Component: | Core : Lists | Version: | SVN (FCKeditor) - Retired |
| 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:
- Prepare an HTML document body like the following
line1<br> line2<br> line3<br>
- Place the caret just after "line2".
- Press "Insert Unordered List".
- All three lines are transformed into one item.
Bug 2: List removal does not obey EnterMode setting
Reproduction procedure:
- Set EnterMode to br.
- Create an unordered list with three items.
- Select the list.
- Press "Remove Unordered List".
- Three <p> blocks are generated.
Reference: #67
Bug 3: List removal does not work when caret is at the end of list
Reproduction procedure:
- Create an unordered list with three items.
- Set the caret to the end of the list.
- Press "Remove Unordered List".
- 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
comment:1 Changed 5 years ago by martinkou
- Owner set to martinkou
- Status changed from new to assigned
comment:2 Changed 5 years ago by martinkou
- Description modified (diff)
The list removal bug is fixed in [799].
comment:4 Changed 5 years ago by martinkou
- Status changed from assigned to closed
- Resolution set to fixed
Click here for more info about our SVN system.
Note: See
TracTickets for help on using
tickets.
