GNOME Bugzilla – Bug 665537
Tabs should scale their width, avoid tab scrolling
Last modified: 2015-01-19 15:45:51 UTC
It seems that our tabs have a fixed width which means that only 6 can be displayed on my reasonably large screen and the rest scroll off the sides. This isn't ideal for a few reasons. The first is that it basically ruins the main advantage of using tabs which is having pages at your fingertips. Firefox and Chrome seem to scale the tabs to fit and remove the close button when the space becomes limited. Safari on iPad seems to limit the number of open tabs to 9.
Jon, this was reported long ago as a GTK+ problem: https://bugzilla.gnome.org/show_bug.cgi?id=330676 Shouldn't we try to fix this at the GTK+ level so every application behaves the same, or at least has the API to behave the same? We could write a simple hack for size-request of tabs, but I guess it's better for the user experience to fix GTK+ itself. What do you think?
Of cource it's better to fix GTK+, but till it isn't fixed, we must create a little hack. User won't be interested that it's GTK+ bug, he wants normal tabs working.
*** Bug 518454 has been marked as a duplicate of this bug. ***
Bug #167693 is basically a requirement for "group newly created tabs close to the current one", but it might be a WONTFIX if we (finally) get autoshrinking tabs. John, feel free to put Epiphany's #1 source of complaints out of its misery once and for all.
*** Bug 465661 has been marked as a duplicate of this bug. ***
I confirm this bug is still present in 3.14.1. This is a real annoyance to have to scroll the tabs. And I am not sure it is easily discoverable for a beginner.
*** This bug has been marked as a duplicate of bug 330676 ***