-
Notifications
You must be signed in to change notification settings - Fork 280
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
"New tab" button after last tab isn't visible in Firefox 29+ #684
Comments
Oops, this is conflict with Private Tab with fixes for Infocatcher/Private_Tab#137 (and all works fine with extensions.privateTab.fixAfterTabsButtonsAccessibility = false) :( |
Now this fix should be disabled for vertical tab bar. It shouldn't be needed in this case anyway. But this bug is very strange though. |
Previous implementation works wrong with button's padding (and introduces horizontal overflow in Tree Style Tab) (#137, piroor/treestyletab#684)
Oh, I forgot about button's padding, should be better now: Infocatcher/Private_Tab@9e4a255 |
Summary |
We always have
#tabbrowser-tabs[overflow="true"]
even for only one opened tab.And therefore "New tab" button is displayed at the end of tab bar (oh, this is original one because there is two buttons: movable on toolbar and yet another after las tab).
The text was updated successfully, but these errors were encountered: