Tab Click Events

Features wanted...
Post Reply
TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Tab Click Events

Post by TheQwerty »

I'm more inclined to consider this a bug, but no where does it actually specify that it should be left click only.

It surprised me to find that the double click on tab action is triggered also when using the right or middle button. As I have mine set to iconify tabs, it's a bit disorienting when trying to middle-click close multiple tabs only to close one and iconify the next.

So I think the setting should only apply to the left button.

<nitpick>
Although ideally we'd have separate options for the right and possibly middle as well, as we've discussed previously.

I'd also say that a middle click on an empty part of the tab bar should not act like a right click as it does now.
</nitpick>

admin
Site Admin
Posts: 66318
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Tab Click Events

Post by admin »

:shock: Wow. I never knew this! :shock:

Guess I have to walk through a lot of places in the code and manually limit it to left dbl-click. Incredible...

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: Tab Click Events

Post by TheQwerty »

admin wrote:Guess I have to walk through a lot of places in the code and manually limit it to left dbl-click. Incredible...
Or just only fix the ones we find and report. :P

admin
Site Admin
Posts: 66318
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Tab Click Events

Post by admin »

TheQwerty wrote:
admin wrote:Guess I have to walk through a lot of places in the code and manually limit it to left dbl-click. Incredible...
Or just only fix the ones we find and report. :P
Already finished. It was far less than I first thought. Just 5 places.

Post Reply