Opened 16 years ago
Last modified 16 years ago
#3508 closed Bug
getNext() is unavailable for all nodes — at Initial Version
Reported by: | Tobiasz Cudnik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Review+ | Cc: |
Description
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.