-
Notifications
You must be signed in to change notification settings - Fork 12
-moz-win-borderless-glass for Mozilla (non-native) popups causes a black background that does not seem to be modifiable #202
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
Comments
What's an easy way to replicate this? I'm going to have to bisect anyways for another bug so might as well tackle this too. |
I'll attach my userChrome.css file so you can import it and experience it firsthand. Also attached is the settings for the r3dfox appearance that may interfere with this theme if left enabled. Edit: I should also note that the chrome files are quite messy, so they may not be the most friendly to read. It's a work in progress still and I will eventually clean it up. My apologies in advance should you need to dig around and see if it's userChrome related or Firefox/r3dfox related. |
Does the latest release fix the issue? https://github.com/Eclipse-Community/r3dfox/releases/tag/b136.0.4-1 |
This release did not fix this issue, it still suffers from the same issue. |
@e3kskoy7wqk I really don't feel like bisecting here, do you have any idea what this could be? |
I don't know what happened, I don't remember missing anything. |
With some elements modified with userChrome.css, some elements can use Windows Aero styling by using -moz-win-borderless-glass. On Mozilla's new styling for popups (Downloads and tab preview popup for example,) when -moz-win-bordless-glass is applied, a Windows Aero border is applied (albeit very small,) but the background color of the popup is black and does not seem to be modifiable with the browser toolbox and the element cannot be made transparent to take advantage of Windows Aero styling.
Given that the border that is applied uses Windows Aero styling, these popups should be able to have a transparent background rather than black to take full advantage of Windows Aero. Is there a way to fix this? Pictures are attached, You'll need to zoom in and look very closely for the Aero border.
The text was updated successfully, but these errors were encountered: