Opened 11 years ago
Last modified 11 years ago
#12191 assigned Task
Create tests and docs for node.getNextSourceNode and node.getPreviousSourceNode methods
Reported by: | Marek Lewandowski | Owned by: | Marek Lewandowski |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description (last modified by )
CKEDITOR.dom.node#getNextSourceNode CKEDITOR.dom.node#getPreviousSourceNode
Seems that these methods are missing docs, and they are pretty useful and important. Additionally we should provide some test for them.
Change History (3)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Owner: | set to Marek Lewandowski |
Status: | new → assigned |
I've created major portion of tests in git:66fe5e6135461. It shown that getPreviousSourceNode() does not work correctly.
Together with Piotr Koszulinski we decided we'll attempt to fix the function and see how much tests will fail after this change.
I created an umptomized fix for it, and FF reports 90 failed tests. Failed tests are spread among multiple TestSuites so they might touch diffrent places. Later on I'll check if it's easy to fix.
Preview pushed to t/12191 at dev.