After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 691100 - Text impossible to read
Text impossible to read
Status: RESOLVED FIXED
Product: gnome-themes-standard
Classification: Core
Component: HighContrast
3.6.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-themes-standard-maint
gnome-themes-standard-maint
Depends on:
Blocks:
 
 
Reported: 2013-01-03 23:41 UTC by Michael Catanzaro
Modified: 2013-01-04 10:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Black text on black background (115.15 KB, image/png)
2013-01-03 23:41 UTC, Michael Catanzaro
Details

Description Michael Catanzaro 2013-01-03 23:41:44 UTC
Created attachment 232692 [details]
Black text on black background

This text should turn white when selected, but instead it remains black and is impossible to read on the black background. I'm referring to the text on the second row.

This is in the Fedora 18 beta so I *presume* it's v3.6.2.
Comment 1 André Klapper 2013-01-04 01:29:47 UTC
Does this only happen in PackageKit, or also in other applications?
Comment 2 Michael Catanzaro 2013-01-04 04:30:24 UTC
I don't know, but I would strongly suspect a theme issue.  (That was a Fedora 18 live USB that I've dd-ed over already; it'll be a few days before I return to it again. It's not a problem in GNOME 3.4 / Fedora 17.)

Let me add some experience (from playing with Adwaita) that might help. Look at Epiphany 3.6's dropdown "awesome bar."  In Adwaita 3.6, the URLs below the page titles are displayed grey always, while the page titles above the URLs are displayed black always, or white if selected. These are the same colors that are used in PackageKit's updater interface. I suspect that in the high-contrast theme, you'll see the page titles in black if unselected change to white when selected, but the black URLs remain black (and therefore become invisible). But this is a lot of speculation for something that is easy to check - my apologies for not doing so.

In Adwaita, the always-grey color, I call it the "subtitle color," is "insensitive_fg_color" (or something it is assigned to). But the high contrast theme is different enough that I don't really know what's going on and I didn't see an obviously equivalent color in it.
Comment 3 Cosimo Cecchi 2013-01-04 10:56:28 UTC
Thanks for the report Michael.

The use that gnome-packagekit does of theming colors there is slightly wrong (it fetches the insensitive color from the theme as you were guessing); you can also see in Adwaita that the second line of selected text stays black whereas it should be different.
A better fix needs to be done in the application, but I now pushed a fix to the HighContrast theme so that the insensitive color is always defined, which is the best we can do from the theme.