-
Notifications
You must be signed in to change notification settings - Fork 278
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
[Bug] Unloaded pinned tabs style #3624
Comments
@tinsoldat what CSS are you using? By default, it looks like the example TST CSS is all commented out and none is related to the discarded property. |
@piroor I did take a look at the classes assigned to a "pinned & discarded" tab and the "discarded" class is not assigned to that type of tab. There doesn't seem to be a way to style discarded pinned tabs directly. Pinned / DiscardedPinned / ActiveNon-pinned / Discarded |
Oh, it was from Tab Unloader for Tree Style Tab.
I'll edit so that the issue only refers to the class. |
It is a bug of Firefox itself as I commented at #1955 (comment) and I've found the bug about this tracked at bugzilla.mozilla.org. |
Abstract
Pinned tabs do not have a
discarded
class when a session is restored andbrowser.sessionstore.restore_pinned_tabs_on_demand
is set totrue
inabout:config
.Steps to reproduce
about:config
browser.sessionstore.restore_pinned_tabs_on_demand
.true
.Expected result
The pinned tabs should have a
discarded
class on them as they were not loaded yet.Actual result
The discarded pinned tabs do not have
.discarded
as if they are loaded.Environment
The text was updated successfully, but these errors were encountered: