Bug 69563 - nodeWillBeRemoved and textWillBeReplaced should canonicalize positions
Summary: nodeWillBeRemoved and textWillBeReplaced should canonicalize positions
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 69377
Blocks:
  Show dependency treegraph
 
Reported: 2011-10-06 14:20 PDT by Ryosuke Niwa
Modified: 2011-10-06 14:20 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 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.