TabCenter icon indicating copy to clipboard operation
TabCenter copied to clipboard

Lock resize?

Open dubcanada opened this issue 8 years ago • 8 comments

Hello,

I'd like a way too lock the tabs, I have it set so it just shows the favicon like screen shot 2017-02-24 at 4 33 51 pm

and it works fine, but every now and then I accidentally click the resizer and resize it then I want and I have too readjust it.

Any thoughts?

dubcanada avatar Feb 24 '17 20:02 dubcanada

Good idea. A temporary solution (e.g. for Stylish) is using this code:

#verticaltabs-splitter {
    pointer-events: none;
}

Keith94 avatar Feb 24 '17 22:02 Keith94

Any ideas on how to add the ability to unlock it again, once the user decides they want to resize it? We'd need a button or something to indicate the user wants it locked and to indicate they want it unlocked. I don't see this being implemented in an easy-to-use way.

ericawright avatar Feb 27 '17 14:02 ericawright

@ericawright You could add a tab context menu option for locking/unlocking.

Keith94 avatar Feb 27 '17 15:02 Keith94

Man, no-one discovers context-menus… 🙂

bwinton avatar Feb 27 '17 15:02 bwinton

Well, Tree Style Tab has "fix position and width of tab bar" option by default.

firefox_2017-02-27_07-07-15

Keith94 avatar Feb 27 '17 15:02 Keith94

Yes, Tree Style Tab has a lot of features aimed at more advanced users. We're trying to build something a little simpler with Tab Center.

bwinton avatar Feb 27 '17 15:02 bwinton

@bwinton, what if we add a checkbox in about:addons->Extensions->Tab Center, much like the Reverse Tab Order one?

That seems like a long way to go to get to that functionality… (Ideally there would be something near the control itself.) I wonder if we could solve it by having an explicit grabby control that shows up when you hover over the tabs, and have that be the only way to resize? Then there would be an obvious place to resize it, but it would be much smaller than all along the border…

bwinton avatar Feb 27 '17 15:02 bwinton