NEW 69563
nodeWillBeRemoved and textWillBeReplaced should canonicalize positions
https://bugs.webkit.org/show_bug.cgi?id=69563
Summary nodeWillBeRemoved and textWillBeReplaced should canonicalize positions
Ryosuke Niwa
Reported 2011-10-06 14:20:30 PDT
It turned out that our rendering engine doesn't support non-canonicalized endpoints for selection and this causes a problem for us. We should ensure selection end points are always canonicalized. In addition, selectionchange event isn't fired when nodeWillBeRemoved and textWillBeReplaced updates end points using setWithoutValidation.
Attachments
Note You need to log in before you can comment on or make changes to this bug.