[Webkit-unassigned] [Bug 60430] selectstart is not fired when selection was created by arrow keys

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 7 11:04:49 PDT 2011


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





--- Comment #8 from Ryosuke Niwa <rniwa at webkit.org>  2011-09-07 11:04:49 PST ---
(In reply to comment #7)
> > We don't do this elsewhere for firing selectstart so I'd rather not add such a code for this specific case. If this is a bug, then we should fix all those places where we fire selectstart at once.
> 
> I think this is being done for selectAll case right now. So we added the code to retrieve the selectStartTarget node where we need to dispatch the event. In case of text area it might be shadow node. So we need to take the highest editable node as target. Please suggest and correct us if anything missing.

But then it appears that we have a bug in other code paths that fire selectstart event.  See EventHandler.cpp.  If anything, adding such code should be done in a separate patch.

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