Closed
Bug 1787260
Opened 3 years ago
Closed 3 years ago
Firefox View button not visible to users of vertical tabs addons
Categories
(Firefox :: Firefox View, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: pascalc, Unassigned)
Details
I use Tab Center Reborn but this is likely to be impacting other vertical tab extensions.
The Firefox View button is not visible in the UI because alongside the installation of the addon, we hide the tab bar via userchrome.css:
#TabsToolbar:not([customizing="true"]) {
visibility: collapse !important;
}
Comment 1•3 years ago
|
||
We don't typically support userChrome.css changes. For this issue specifically, the tab strip is hidden and there are limitations in being able to detect this behavior. Firefox View can still be accessed via Firefox > Tools > Firefox View
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•