Page 1 of 1

Tab Click Events

Posted: 17 Dec 2008 15:41
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>

Re: Tab Click Events

Posted: 17 Dec 2008 16:56
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...

Re: Tab Click Events

Posted: 17 Dec 2008 17:01
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

Re: Tab Click Events

Posted: 17 Dec 2008 17:03
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.