[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:39:39 PST 2010


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





--- Comment #4 from Darin Adler <darin at apple.com>  2010-12-21 13:39:39 PST ---
(In reply to comment #3)
> The problem is that Range::processContents (called by deleteContents) isn't updating the selection when modifying the text node and/or removing the nodes.

Presumably Range::processContents is doing DOM manipulation that could also be called directly from JavaScript. If so, then a change to Range would not be an acceptable fix. The fix needs to also handle the case where the same manipulation was done without using Range.

Is that right?

-- 
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