-
-
Notifications
You must be signed in to change notification settings - Fork 189
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
Sidebar auto hides while moving tabs #742
Comments
I tried to fix it, but unfortunately, CSS only was not easy. |
I already suspected that might be difficult because the event when dragging something might be different. Thank you for helping, does that commit mean it will be fixed on the next release? |
Other exceptions have been fixed, but this looks somewhat tricky. There was a draft CSS selector that could detect drag and drop, but it does not appear to be applicable. |
Okay, thanks for the insight. I understand, I'm hopeful a fix will be found :) |
It's a bug in Firefox linux: https://bugzilla.mozilla.org/show_bug.cgi?id=1818517 Go to: search for this property, and change its value to 1.
Now the sidebar won't auto-hide when moving tabs. |
Wow, that seems to do the trick, thanks! Is there any downside to this you are aware of? I don't think it broke anything for me, immediately realizable. |
You're welcome. I'm glad it helped. |
In that case, I think we can close this @black7375, since this is not directly Firefox-UI-Fix related. |
Thanks, I have used this for months but Firefox latest release seems like not work. |
I've switched to Sideberry since a few months, it doesn't have this issue. Also it's faster and more configurable than Tree Style tabs and has more features in built. |
It's strange, I'm using Sideberry. Comment because search take me to here. |
Describe the bug
When using the feature
userChrome.autohide.sidebar
true
in combination with vertical tabs, the sidebar hides while you are working with the tabs. This makes some actions close to impossible, e.g. if you want to move a tab into a different group with Sidebery.Expected behavior
Ideally, the sidebar would stay extended when dragging a tab, the same way it does while hovering the sidebar. If you leave the sidebar area, hiding it is probably still more intuitive, but not while moving inside of it.
Screenshots
No response
OS
Linux, Windows 11
OS - Others
No response
Firefox Version
115 - 117 nightly
Distribution
Theme
Theme - More Info
user.js
setupuser.js
setupAdditional context
No response
The text was updated successfully, but these errors were encountered: