Opened 17 years ago
Closed 17 years ago
#1346 closed Bug (fixed)
JS Error when creating list on linked 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><a href="http://www.example.com">Test</a></p>
- Place the caret before "Test";
- Click the Bulleted List button.
A JavaScript error will be thrown. Confirmed with IE7 and FF2.
Change History (4)
comment:1 Changed 17 years ago by
Owner: | set to Martin Kou |
---|---|
Status: | new → assigned |
comment:2 Changed 17 years ago by
Owner: | Martin Kou deleted |
---|---|
Status: | assigned → new |
comment:3 Changed 17 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|---|
Status: | new → assigned |
comment:4 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [987]. Click here for more info about our SVN system.
The error is thrown inside the DOM range iterator code, and I couldn't fix it by adding simple checks. Apparently there's a logical error in the DOM range iterator. So I think I'd better leave this ticket for Fred.