Opened 16 years ago

Closed 16 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

  1. Load the following HTML:
<p><a href="http://www.example.com">Test</a></p>
  1. Place the caret before "Test";
  2. Click the Bulleted List button.

A JavaScript error will be thrown. Confirmed with IE7 and FF2.

Change History (4)

comment:1 Changed 16 years ago by Martin Kou

Owner: set to Martin Kou
Status: newassigned

comment:2 Changed 16 years ago by Martin Kou

Owner: Martin Kou deleted
Status: assignednew

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:3 Changed 16 years ago by Frederico Caldeira Knabben

Owner: set to Frederico Caldeira Knabben
Status: newassigned

comment:4 Changed 16 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: assignedclosed

Fixed with [987]. Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy