-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Broken icon in Firefox 58.0 #1357
Comments
Could you please right click on the icon and select "Save error log"? Having the log here definitely helps. |
I noticed, because of privacy.resistFingerprinting , you can chang it to false in about:config. @FelisCatus 扩展图标是用了 Canvas 相关的东西吗? |
SwitchyOmega is using canvas to draw icons and apparently that's what broke it. A canvas is needed because the icons can come in any color combinations. In other browsers blocking canvas data, SwitchyOmega will fall back to the static, non-color-changing icon if it throws when trying to access canvas. Firefox is the first browser I've ever seen to return a blank image instead and I don't know what to do now. Please see the Firefox issue here: https://bugzilla.mozilla.org/show_bug.cgi?id=1412961 |
In v2.5.10, the SwitchyOmega icon will stay the default blue icon if you have Please subscribe to #1362 for the real solution. |
I believe this is fixed in Firefox 62. Note that it can still fail on modified / flagged versions of Chrome that disables canvas even for extensions. |
The extension icon is bugged and entirely white in the newest Firefox 58.0.
https://i.imgur.com/NxeinR5.png
The text was updated successfully, but these errors were encountered: