[Webkit-unassigned] [Bug 70070] Middle click on some links opens link in current tab

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 25 10:35:41 PDT 2012


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





--- Comment #7 from Will Hirsch <webkit at willhirsch.co.uk>  2012-04-25 10:35:41 PST ---
The web script behaves exactly as it should for a click event fired on middle click. The only difference with behaviour in other engines is that the event is not fired.

The script even performs some validation on the event (istats-1.js, line 897) to detect clicks aimed at new tabs and windows with modifier keys and refrain from changing the window href on these clicks - it just doesn't check e.button.

In other words, this is a specific example of behaviour that bug 22382 seeks to define. You can classify it as you please but I assumed a bug that is nothing more than a reproduction case for another bug would be considered unnecessary clutter.

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