Opened 17 years ago
Closed 17 years ago
#1352 closed Bug (fixed)
Error creating lists on styled text
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
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 (3)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|---|
Status: | new → assigned |
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [987]. Click here for more info about our SVN system.
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.