[Webkit-unassigned] [Bug 108962] Add null check to editable in moveCaretSelectionTowardsWindowPoint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 6 17:55:49 PST 2013


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





--- Comment #9 from David Trainor <dtrainor at chromium.org>  2013-02-06 17:57:57 PST ---
We're seeing this happen because we're trying to clear the selection state then handling a different touch event that moves the caret.  We're not getting the actual state change back from webkit fast enough to update the front end before we get the touch event which tries to move the caret.  That needs to be fixed there as well but I don't think we should crash here either way.

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