Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Firefox window not dragable due to hidden tabs preventing dragging #3662

Closed
stitch opened this issue Nov 13, 2024 · 3 comments
Closed
Labels

Comments

@stitch
Copy link

stitch commented Nov 13, 2024

Abstract

Since a recent version of firefox tabs are non-draggable making it impossible to move the window with a lot of tabs. TST seems to hide all tabs when a window is focussed, so i cannot see what part of the window can be moved and what part cannot. Hope i'm in the right place with this report... sorry if i'm not.

Steps to reproduce

image

Used software

image

image

@irvinm
Copy link
Contributor

irvinm commented Nov 13, 2024

@stitch I don't see how TST is related/responsible for this. There is no way for TST to influence whether the native tabs are displayed or not. I would imagine you might see this same behavior even without TST installed.

Another thing you can try is to try to reproduce this in a new profile as a test with just TST installed.

@stitch
Copy link
Author

stitch commented Nov 18, 2024

@irvinm you are right. These things don't connect and i thought they did.

For anyone else experiencing problems: since a recent version of firefox the top bar does not support dragging the window anymore, instead it drags tabs. I was used to working exclusively with tree style tab and dragging the window with any cursor position on the top bar.

If you want the original tabs to disappear, use the below css in the procedure linked on this page:
https://superuser.com/questions/1424478/can-i-hide-native-tabs-at-the-top-of-firefox

#tabbrowser-tabs tab { display: none !important; }

And then in Firefox using 'customize toolbar' to remove all other non-draggable items. This will leave you with a clean toolbar and just TST to do tab management.

image

@stitch
Copy link
Author

stitch commented Nov 18, 2024

Then you will also want to use 'pin to toolbar' to click and see the sidebar again. Because if you press control +b by accident the bookmarks toolbar will show and your TST tab is gone. Clicking the icon will show the TST bar again.

image

You can also go to there using the dropdown at the top of the sidebar. But you might want to hide that too for decluttering.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants