Ticket #1352 (closed Bug: fixed)
Error creating lists on styled text
| Reported by: | fredck | Owned by: | fredck |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
| Component: | Core : Lists | Version: | SVN (FCKeditor) - Retired |
| Keywords: | Confirmed | Cc: |
Description
Steps to Reproduce
- Load the following HTML:
<p><b>Test</b></p>
- Try to convert the following paragraph in a list.
It fails with a JavaScript error. Confirmed with IE7 and FF2.
Change History
comment:3 Changed 6 years ago by fredck
- Status changed from assigned to closed
- Resolution set to fixed
Fixed with [987]. Click here for more info about our SVN system.
Note: See
TracTickets for help on using
tickets.

Fred,
The error does not happen when I don't set the ForceBrBreak option of FCKDomRangeIterator to true. I think this is a bug in FCKDomRangeIterator.