[Webkit-unassigned] [Bug 15173] Middle click should not fire onclick event
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 24 12:43:18 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=15173
------- Comment #5 from eric at webkit.org 2008-06-24 12:43 PDT -------
The "fix" to this would be a one line change in:
EventHandler.cpp:
bool EventHandler::handleMouseReleaseEvent(const PlatformMouseEvent&
mouseEvent)
There is already code in that function to avoid ever dispatching click events
for right-clicks, we'd just have to change it to not dispatch clicks for middle
clicks as well (possibly only to dispatch click events for left-clicks in
general).
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list