-
Notifications
You must be signed in to change notification settings - Fork 58
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
Help Wanted: Styling uBO and uMatrix elements on Windows #58
Comments
As far as I can tell, you won't be able to fix this problem on your side for the following reasons:
Somehow, styling seems to be a tad broken in webextension popups when this preference is set, which is why I assume a fix on Mozilla's side is necessary. For reference, have these two images showing both working cases. Perfectly styled popup loaded in a tab: Perfectly styled popup with extensions.webextensions.remote=false: According to Bug 1385403 OOP webextensions are disabled on Mac for the moment, which would explain why you wouldn't have been able to see the problem , assuming Macs would even have the same problem. I guess the best way to continue in this matter would be to open a bug report on bugzilla and see what the devs have to tell us regarding this issue. |
Hi @Asteaguinity, thank you so much for this, I really appreciate the help - I'm not sure I would have thought to look into It is disabled by default on a Mac, and apparently for a good reason: enabling it rendered most extension popups completely useless and caused FF to crash multiple times. Notably, however, uBO's popup wasn't effected and contained all the proper styling. I'll file a bug report ASAP...are you ok with me using the screenshots you provided in it? Thanks again! |
Feel free to use them. Let's hope this get's fixed asap. Firefox is so much easier on the eyes using your theme. |
Bug was labeled as WONTFIX because, "userContent.css is not officially supported." Disappointing to say the least. Since the FF devs won't look into this, I guess our best bet would be to determine if this is truly isolated as a I think the following would be the easiest way to test this:
On a mac, starting at line 170 is the following: #extraTools {
background-color: #eee;
border: 0;
color: #aaa;
margin: 0.8em 0 0 0;
padding: 4px 0;
text-align: center;
} change the background-color to something else...maybe
@Asteaguinity, would you possibly mind giving this a try and letting me know the results? |
Bummer. I was kind of hoping that wouldn't result in the proper styling, as that probably would have forced the FF devs to re-open the bug. I'm kind of at a loss for why |
Fortunate update: It seems the bug causing this has been fixed through work on other bugs. |
Thanks for the update! That's actually really good to hear, I didn't have high hopes of that getting fixed. I'll update the known issues section of the wiki accordingly |
This is being carried over from problems brought up in #6 and #42.
It appears certain elements in both uBlock Origin and uMatrix are not getting styled on Windows the same way they are on a Mac:
I've ruled out this being a difference in FF version, and I can only assume it is due to the OS.
Without current access to a Windows computer, there unfortunately isn't a whole lot I can do to fix this myself. If anyone could help figure out what's going on here, I would greatly appreciate the help! :)
The text was updated successfully, but these errors were encountered: