Opened 15 years ago

Closed 15 years ago

#3508 closed Bug (fixed)

getNext() is unavailable for all nodes

Reported by: Tobiasz Cudnik Owned by: Tobiasz Cudnik
Priority: Normal Milestone: CKEditor 3.0
Component: General Version:
Keywords: Review+ Cc:

Description (last modified by Tobiasz Cudnik)

getNext() actually is placed inside CKEDITOR.dom.element class, instead of CKEDITOR.dom.node. Because of this, can't be used for nodes which are not elements.

getPrevious() for example is placed correctly inside CKEDITOR.dom.node.

Attachments (1)

3508.patch (1.8 KB) - added by Tobiasz Cudnik 15 years ago.

Download all attachments as: .zip

Change History (4)

Changed 15 years ago by Tobiasz Cudnik

Attachment: 3508.patch added

comment:1 Changed 15 years ago by Tobiasz Cudnik

Description: modified (diff)
Keywords: Review? added
Status: newassigned

comment:2 Changed 15 years ago by Frederico Caldeira Knabben

Description: modified (diff)
Keywords: Review+ added; Review? removed
Owner: set to Tobiasz Cudnik
Status: assignednew

comment:3 Changed 15 years ago by Tobiasz Cudnik

Description: modified (diff)
Resolution: fixed
Status: newclosed

Fixed with [3500].

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