Pinned tabs are shown with video in fullscreen mode
Categories
(Firefox :: Theme, defect)
Tracking
()
People
(Reporter: whimboo, Unassigned)
References
(Regression)
Details
(Keywords: regression)
+++ This bug was initially created as a clone of Bug #1508954 +++
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Firefox/68.0 ID:20190326214944
Steps to reproduce:
- Open some tabs and pin them
- Open any video (from youtube, for example)
- Switch the video into full screen mode
Maybe bug 1508954 only fixed it for Windows, and this is MacOS specific?
I'm not seeing this on Ubuntu 18.10 or Windows 10 with latest Nightly 68.0a1 (2019-04-04).
Reporter | ||
Comment 2•6 years ago
|
||
Interestingly a fresh profile doesn't show the problem. Even restarting with add-ons disabled. But disabling extensions and themes manually, doesn't help in getting away with this problem. Also not after an additional restart.
What else is Restart with Add-ons disabled
doing?
Comment 3•6 years ago
|
||
Restart with Add-ons Disabled will, I believe, also disable userChrome and userContent stylesheets. Does your profile have either of those set up?
Comment 4•6 years ago
|
||
Safe Mode also doesn't use your modified prefs, does it?
Reporter | ||
Comment 5•6 years ago
|
||
(In reply to Mike Conley (:mconley) (:⚙️) from comment #3)
Restart with Add-ons Disabled will, I believe, also disable userChrome and userContent stylesheets. Does your profile have either of those set up?
Oh, there is indeed an entry in the userChrome.css file:
#navigator-toolbox[inFullscreen] toolbar:not([collapsed="true"]) {
visibility: visible !important;
}
But why do we hide normal tabs but not pinned tabs?
Comment 6•6 years ago
|
||
I suspect this a similar case to bug 1508954, and that it's maybe a specificity problem. Check out the patch in https://hg.mozilla.org/mozilla-central/rev/c13be2ae74f1 for clues as to how I fixed it for bug 1508954.
At any rate, I think this is an INVALID bug - this is a case of a userChrome.css overriding some chunks of the browser's default CSS.
Reporter | ||
Comment 7•6 years ago
|
||
Turns out that for whatever reason I added this years ago it's not needed anymore. So removed the CSS override. Thanks!
Updated•3 years ago
|
Description
•