-
Notifications
You must be signed in to change notification settings - Fork 975
Middle click on links in bookmarks toolbar should open them in a new tab #1724
Comments
fairly sure I added support for this a while back but I don't have a mouse connected at the moment to test. Possibly a newer issue or perhaps only with some mice? |
Could very well be a newer issue, I don't remember if it used to work. Can anyone else confirm? cc: @luixxiul This does work as expected if I hold control and click. Should just be a matter of matching that behavior |
just tried in a vm with a mouse attached and it's working for me. |
Issue may be specific to Windows 10; will need to dig in more to understand |
Yes, confirmed on Windows 10. |
ok this was probably always broken on windows 10 but when I fixed it only worked on pre win10 (possibly just for win7) |
FYI this seems to be specific to Windows 10 as this is not producible on Ubuntu 14.04. |
Checking this out now... it works fine on links, but not when they're nested in a folder (which is a ContextMenu object). Middle click (when inside a folder) isn't generating a trigger event. Right click generates a "onContextMenu" event. Need to understand what's up w/ middle click and what's dropping it. It's being treated like the middle click is happening on the page. |
Doing a middle click currently turns the curson into a scroll mode icon and does not open the link
Here's a screen cap of the bookmarks toolbar with a link highlighted that I should be able to middle click
The text was updated successfully, but these errors were encountered: