Ticket #1346 (closed Bug: fixed)
JS Error when creating list on linked 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><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
comment:1 Changed 6 years ago by martinkou
- Owner set to martinkou
- Status changed from new to assigned
comment:2 Changed 6 years ago by martinkou
- Owner martinkou deleted
- Status changed from assigned to new
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.
comment:4 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.
