getNext() is unavailable for all nodes
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.
Change History (4)
Description: |
modified (diff)
|
Keywords: |
Review? added
|
Status: |
new →
assigned
|
Description: |
modified (diff)
|
Keywords: |
Review+ added; Review? removed
|
Owner: |
set to Tobiasz Cudnik
|
Status: |
assigned →
new
|
Description: |
modified (diff)
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Fixed with [3500].