[Webkit-unassigned] [Bug 46733] REGRESSION (r67261): Middle-mouse-release opens links regardless of "press" location

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 28 10:08:31 PDT 2010


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





--- Comment #2 from Darin Adler <darin at apple.com>  2010-09-28 10:08:31 PST ---
I think the first step is to make sure it’s correct to deliver a mouseup event to an element you just happen to be over when letting up on the mouse. I’d expect that event to instead be delivered to the element that got the mousedown event.

If it is not correct to deliver these events, then the fix is probably in EventHandler and not specific to link clicks.

If it is correct to deliver these events, then the fix is more likely in the isLinkClick function, which may need additional arguments.

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