[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
Thu Sep 30 14:11:23 PDT 2010


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





--- Comment #23 from Brenton <webkit at appsforartists.com>  2010-09-30 14:11:23 PST ---
(In reply to comment #22)
> Here's another test.  This one calls preventDefault() on mouse down/up/click events on the body.  If you resize your window small enough to get scrollbars, then middle-click, in Firefox the autoscroll (or "pan scroll") cursor appears, but in WebKit, it doesn't.  This is because, similarly to link-middle-clicks, we trigger autoscrolling off a default event handler: in this case, Node::defaultEventHandler().

We explicitly fixed this (e.g. made autoScroll preventable) in December:

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

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