-
Notifications
You must be signed in to change notification settings - Fork 20
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 Private Tab" button can't be "placed" after last tab with installed Tab Mix Plus extension #96
Comments
Test version: private_tab-0.1.5.1pre-fx-sm.xpi ( |
can't use the test version Sun Sep 01 2013 23:21:07 |
Oops, should be fixed now. |
OK, this is better |
Tabmix have an option to show new tab button on the side even when the tabbar isn't over flow this rules can replaced the rules you used: |
Your style works wrong, if button is placed before tabs (and Tab Mix Plus isn't installed). |
I see that with your code, in the case the button placed before tabs then it is visible only before tabs and never after the tabs. try to add dynamically overflow attribute to privateTab-toolbar-openNewPrivateTab and add this rule to hide the button when not in overflow #privateTab-toolbar-openNewPrivateTab:not([overflow="true"]) { regarding my proposed rule, as long as you don't use visibility: collapse !important; any rule is ok for me |
Only |
Yes. i can override visibility: visible !important; with display: none but i can't override visibility: collapse !important; to show the "privateTab-toolbar-openNewPrivateTab" button when Tabmix preference is to show new tab button on the side all the time. it will try to test how it work with fx445b1 commit |
… tab button: on Right side" (related to #96)
I also added special check for |
noticed that in the near future i'm going to change in Tabmix some attributes name to include "TabmixPkus-" prefix. so for now it is better if you left me to add the rules that relay on Tabmix attribute. i'v tested your fc445b1 commint and without Tabmix when your button is before the tabbar it appear twice. currently with Tabmix, i need to fix my rules for the case that #new-tab-button is not on the tabbar. my rules currently hide your button as well i hope to upload new test version later |
Thanks, fixed: f3430ae
OK, I'll remove |
… to "New tab button: on Right side"" Not needed anymore, see https://bitbucket.org/onemen/tabmixplus/commits/b91167ef36ce144aa6d6ece232c859b0a14452c2 (related to #96) This reverts commit d2bede7.
Done. |
Toolbar's
currentset
in this case:Should be selected Options – Display – Tab Bar – When tabs don't fit width: Multi-row
The text was updated successfully, but these errors were encountered: