Merge textnode broke by bookmark
Currently once bookmark is created, broken text node will be forever stay in pieces, which result in a fracted document, have negative impacts on dom walking performance.
For this reason, possible treatment should be done in CKEDITOR.dom.range::moveToBookmark to merge sibling text nodes.
Change History (5)
Summary: |
Merge text node when after selecting bookmarks →
Merge textnode broke by bookmark
|
Milestone: |
CKEditor 3.x →
CKEditor 3.1
|
Milestone: |
CKEditor 3.1
|
Resolution: |
→ wontfix
|
Status: |
new →
closed
|
The real benefit of these changes are more theoretical than practical. We should really have hundreds of fragments to feel any drawback of it. A solution for it would just add overhead and code complexity.
The idea is not wrong anyway. We may reconsider it in the future, if needed.