This is incorrect ``` selection.setBaseAndExtent( rootElement, 0, rootElement, rootElement.childNodes.length, ); ``` It should be normalized accordingly, parent offset on element or child offset on text
This is incorrect
It should be normalized accordingly, parent offset on element or child offset on text