6 ms·
How does that respond to middle-mouse-clicks? I use that for open-in-new-tab functionality all the time. There's no need to chord the mouse and keyboard togethe
by LogicHoleFlaw 14y ago
How does that respond to middle-mouse-clicks? I use that for open-in-new-tab functionality all the time. There's no need to chord the mouse and keyboard together for it. Right-click->context menu is the same way.
- kodablah 14y agoFrom my experience, middle mouse clicks do not trigger the handler. Here's a fiddle to test: http://jsfiddle.net/GTWfn/ http://jsfiddle.net/GTWfn/. Try middle-clicking that link vs. left clicking.