black borders on menus and elements
Categories
(Toolkit :: Themes, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr140 | --- | unaffected |
| firefox151 | --- | affected |
| firefox152 | --- | affected |
| firefox153 | --- | affected |
People
(Reporter: zlice555, Assigned: dao, NeedInfo)
References
(Regression)
Details
(Keywords: regression)
Attachments
(3 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:151.0) Gecko/20100101 Firefox/151.0
Steps to reproduce:
update nightly the other day
Actual results:
some gtk borders are not composited by firefox in x11. black borders appear.
file menu - fine
hamburger menu - black borders
add bookmark - black border
Expected results:
transparency composited firefox side
Comment 1•1 month ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Widget: Gtk' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
2026-05-17T09:27:30.819000: DEBUG : Found commit message:
Bug 2019097 - Rename `--arrowpanel-*` variables to `--panel-*`, consolidate with `--panel-*` variables in `popup.css` r=desktop-theme-reviewers,tabbrowser-reviewers,places-reviewers,omc-reviewers,urlbar-reviewers,Standard8,aminomancer,sthompson,dao,devtools-reviewers,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D285906
2026-05-17T09:27:30.819000: DEBUG : Did not find a branch, checking all integration branches
2026-05-17T09:27:30.820000: INFO : The bisection is done.
2026-05-17T09:27:30.820000: INFO : Stopped
Updated•21 days ago
|
Comment 3•21 days ago
|
||
:oarnesto, since you are the author of the regressor, bug 2019097, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
screenshots immediate close the pop-up windows like add-bookmark or the hamburger menu. it's a black square with the rounded-edge menu inside
Comment 6•19 days ago
|
||
Could you record a short video instead?
had to do desktop and crop for it to show up. hope that helps.
Comment 8•19 days ago
|
||
Confirming this issue on Firefox 151.0 stable (not just Nightly).
Environment: Fluxbox WM, X11, no compositor running.
Workaround: Starting xcompmgr -C fixes the black borders.
Also fixed (Qwen3.6-Plus) by userChrome.css override of --panel-border-radius and --panel-shadow-margin.
-
about:config
toolkit.legacyUserProfileCustomizations.stylesheets=true -
~/.mozilla/firefox/[NAME_PROFILE]/chrome/userChrome.css
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
panel, menupopup, #appMenu-popup, .panel-arrowcontent {
--panel-shadow-margin: 0px !important;
--arrowpanel-shadow-margin: 0px !important;
--panel-border-radius: 0 !important;
--arrowpanel-border-radius: 0 !important;
box-shadow: none !important;
border: none !important;
}
.panel-arrow { display: none !important; }
Comment 9•19 days ago
|
||
Hi Dao, this bug seems to be an issue of media features.
Could you take a look?
Comment 10•16 days ago
|
||
I just updated Firefox to 151.0.1 stable and can confirm that I now have this issue (running in Bodhi Linux Standard Edition, an Ubuntu derivative).
Comment 11•8 days ago
|
||
Same problem here with 151.0.1 on Linux Mint Xfce 22.3 (X11).
| Assignee | ||
Comment 14•4 hours ago
|
||
Updated•4 hours ago
|
| Assignee | ||
Comment 15•4 hours ago
|
||
(In reply to Thinker Li [:sinker] from comment #9)
Hi Dao, this bug seems to be an issue of media features.
Could you take a look?
Yeah, thanks; this is a front-end issue caused by bug 2019097. The media features resolve correctly, we weren't just using them correctly.
Comment 16•3 hours ago
|
||
Comment 17•3 hours ago
|
||
Set release status flags based on info from the regressing bug 2019097
Description
•