-
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
Compatibility problem with TabMixPlus multi-row feature #95
Comments
Can't reproduce. May be OS-specific... #privateTab-afterTabs-openNewPrivateTab {
display: none !important;
} – may be I can just use this to hide it instead of And please report this also to Tab Mix Plus developers. |
Both solutions you suggested fix the problem. Thank you for your time! Reported it to the TabMixPlus developers, too. |
This style isn't complete solution, just a test, I used more complex styles:
Thanks. The link should be also here: https://bitbucket.org/onemen/tabmixplus/issue/11/compatibility-problem-of-multi-row-feature |
Look like both #95 and #96 caused by the same problem. Did you fix issue #96, how can i download and test the extensions with the new patch ? In multi-row i have special css rules to make sure that .tabbrowser-arrowscrollbox > .tabs-newtab-button is not visible, event if tabs are not overflow, if the button don't have space to be on the same row with the last tab. Now, when there are two button this is event more complicating It is simpler to apply the rules that hide the button on overflow also when there are more then one row |
Sorry, only source code available... Anyway, I uploaded "ready" xpi: #96 (comment) |
with the changes i mention in #96 comment 5 and the changes i'm made to Tabmix this issue can be closed try the test version https://bitbucket.org/onemen/tabmixplus/commits/05dc5e62126d4824f9ffa72cd3edd3c02b0b004a |
Tested this version and can verify that it solves the compatibility problem. I can only say thank you both, since I like the combination of these two extensions! |
When using the multi-row feature of TabMixPlus (latest (dev) build today) with 3 or more rows Private Tab enabled, an empty tab-row appears like in the attatched image. (Firefox 23.0.1, tested with clean profile)
The text was updated successfully, but these errors were encountered: