Context menu rendering issues (black box around context menus)
dr-baba opened this issue · 7 comments
There is a black box around all context menus when I right click anywhere (on the menu bar, bookmarks bar or the content).
However this is not present when opening (left clicking) the application menu/overflow menu on the top right.
I'm using Firefox beta v100 on Windows 11 beta build 22598.100. I am using the sunvalley theme with mica.
I have tried toggling gfx.webrender.dcomp-win.enabled
and layout.css.backdrop-filter.enabled
to no avail.
Also acrylic does not seem to be working anywhere with/out layout.css.backdrop-filter.enabled
but mica is working fine.
I might also add there is a white bar at the bottom of the history popup (which goes away after resizing the window).
This theme is perfect except that issue, any fixes? Thanks
That's new, I'm running stable Win11 and the only issue I have seen is the white bar but that can be fixed by disabling gfx.webrender.dcomp-win.enabled
and restarting Firefox.
What happens if you go into css/context.css
and add border-radius: 0px !important;
in the menupopup selector? Restart Firefox afterwards.
Acrylic is disabled because backdrop-filter is not working, I'm waiting for 1749625 which should land in nightly next week.
I don't have an insider vm on hand but if the issue continues I could setup one.
That didn't work unfortunately.
But I tried installing this theme on firefox in a Windows 11(dev) VM and it seems to not have this issue. I'm not sure, maybe it's something corrupt, might have to reinstall firefox?
I see... I'm gonna setup a vm and test it there.
I would suggest creating a new firefox profile and trying it there too, just in case it might be a configuration issue. Aside from that idk until I can reproduce it.