-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
Tabs are sometimes not resizing #174
Comments
I have seen that bug before, but probably is related to the Firefox tabs JS logic, so I don't think we can do much. Usually I have many tabs open, so I don't see it often. |
I can reproduce this locally as well: https://youtu.be/K6g6IDn8oFY |
@nickavem pretty sure that's an intentional firefox feature, so that you can close many tabs without having to move your mouse every time (since the close button stays in the same place) |
@nickavem this is actually the correct behavior. However, it sometimes happens that tabs get resized incorrectly and at the wrong time. Firefox.GNOME.Theme.Bug.mp4 |
Is there any progress on this issue? It's really annoying and weird because sometimes the tabs are working properly, but then they do this after some time:
|
@sajmon170 after the tabs rework for libadwaita-1.2 it has been consistent working fine for me, could you test the branch? https://github.com/rafaelmardojai/firefox-gnome-theme/tree/libadwaita-1.2 |
@rafaelmardojai I've been testing this branch and it seems to work most of the time, but has the same problem as before (it reappeared today): |
@rafaelmardojai I found that the incorrect tab behavior gets triggered by enabling and pausing audio playback. Steps to reproduce:
Steps 1 and 2 can be reversed. Step 3 seems to be necessary. |
I'm on v115 of Firefox and your theme and I am still seeing this issue pop up, of having one tab size be off compared to all the others when closing tabs and it can still be triggered by playing/pausing audio playback, like the previous users have mentioned. Any progress on this in 2023? Please let me know if there's any additional information you may need, thank you. |
No progress for now. I will try to revisit the bug these days. But it's a problem caused by the full width tabs code, so enabling |
Thanks for the reply Rafael. I'll give the |
When I closed a tab, there are times where the tabs will not have an equal length. For example, there are 4 tabs, I closed a tab so there will be 3 left, they are supposed to take 33.33% of the area of the tab bar but instead it is 25%, 25%, and 50%.
The text was updated successfully, but these errors were encountered: