[Webkit-unassigned] [Bug 81853] DOM 3 Event, mousedown and mouseup default actions
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Apr 7 00:23:34 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=81853
--- Comment #3 from Alexey Proskuryakov <ap at webkit.org> 2012-04-07 00:23:34 PST ---
This seems questionable for performance reasons - much of mouse event handling happens in UI process, which can not consult JavaScript event handlers without a potentially huge performance penalty. Scrolling in particular needs to be responsive.
--
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