#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 )
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 (5)
comment:1 Changed 17 years ago by
Owner: | set to Martin Kou |
---|---|
Status: | new → assigned |
comment:2 Changed 17 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Click here for more info about our SVN system.
comment:5 Changed 17 years ago by
Component: | General → Core : Lists |
---|
The list removal bug is fixed in [799].