ShadowFox icon indicating copy to clipboard operation
ShadowFox copied to clipboard

Add-ons' release notes text not visible

Open opav opened this issue 5 years ago • 9 comments

Latest stable Firefox 68 for Windows, in the Add-ons Manager page, extensions' Release Notes are not displaying text in visble color, I have to Ctrl-A to select all text in box to see it.

opav avatar Jul 15 '19 10:07 opav

The issue is worse than you said. Even the options text is unreadable, and it cannot be selected. See the screenshot here attached. The same happens for many other addons. screenshot

rinaldi6109 avatar Jul 22 '19 12:07 rinaldi6109

Is there a workaround for this? I can't seem to get it working even if I change this in userChrome/userContent

3d805456-d3b7-406d-93bf-976a9f68caeb

Getting rid of this code altogether results in the text appearing normally.

jingofett avatar Aug 27 '19 17:08 jingofett

Just tried using the installer 2.20 again. Without shadowfox everything works fine. Marked a part of the text to show it.

grafik

Stimmenhotel avatar Aug 30 '19 11:08 Stimmenhotel

Removing ShadowFox as the project looks like it is abandoned.

opav avatar Sep 09 '19 09:09 opav

Hi,

you can easily fix this in the latest versions of Firefox by visiting "about:config" and setting "browser.in-content.dark-mode" to true. Just restart the browser after you've done it.

turkeyhandwoven avatar Oct 01 '19 07:10 turkeyhandwoven

Hi,

you can easily fix this in the latest versions of Firefox by visiting "about:config" and setting "browser.in-content.dark-mode" to true. Just restart the browser after you've done it.

This did not work for me. I'm on Firefox 69.0.1 W7

jingofett avatar Oct 01 '19 22:10 jingofett

I'm also on v69.0.1, Windows 10 though. Plus ShadowFox v2.2.0. Did you restart the browser after changing the setting?

Example Add-Ons Manager Example Store

turkeyhandwoven avatar Oct 02 '19 04:10 turkeyhandwoven

I'm also on v69.0.1, Windows 10 though. Plus ShadowFox v2.2.0. Did you restart the browser after changing the setting?

Example Add-Ons Manager Example Store

I got it to work by adding a new integer preference in about:config called ui.systemUsesDarkTheme and setting the integer to 1

jingofett avatar Oct 04 '19 04:10 jingofett

browser.in-content.dark-mode true and browser.in-content.dark-mode 1 is working for me but only for the text in the more info about addon and not the store.

Makazzz avatar Oct 21 '19 14:10 Makazzz