[Webkit-unassigned] [Bug 51389] Assertion failure after removing a selection in keydown handler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 21 13:31:40 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=51389





--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org>  2010-12-21 13:31:40 PST ---
The problem is that Range::processContents (called by deleteContents) isn't updating the selection when modifying the text node and/or removing the nodes.  Maybe the correct fix is to removeAllRanges if the selection and the range from which contents are removed intersect in processContents when the action type is EXTRACT_CONTENTS or CLONE_CONTENTS.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list