[Webkit-unassigned] [Bug 191714] Input element gains focus when a selectstart event listener on document prevents the default action

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 20 01:08:24 PST 2018


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

--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org> ---
The problem here is that we keep firing selectstart after the mouse drag had already started when selectstart had been canceled. No other browser does this so we just need to fire it once and set m_mouseDownMayStartSelect to false thereafter.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181120/172ca1d7/attachment.html>


More information about the webkit-unassigned mailing list