GNOME Bugzilla – Bug 319982
The additional text info for files/directories does not theme
Last modified: 2011-04-05 02:48:20 UTC
The additional text (number of items in directory/size of file etc) for files/directories in nautilus icon view does not respect the theme change. Steps to simulate the problem: 1. Invoke nautilus (view as icons). 2. Make sure that the file/directory icons have additional text (one may have to zoom to 150% and above) 3. Change the theme. 4. It can be seen that the text containing the file size is always blue in color.
Thanks for your bug. What color change would you expect when changing the theme?
For 'HighContrastLargePrint', the text should appear as black on white while for 'HighContrastLargePrintInverse', the text should appear as white on black.
Thanks, good catch. I wonder what color we should use for these. Any suggestions, usability squad? Maybe an a11y CC would also be appropriate.
Apologies for spam-- marking AP3 to reflect accessibility impact.
Apologies for spam... ensuring Sun a11y folks are cc'ed on all current accessibility bugs.
base[SELECTED] would probably work best of the secondary colours for the a11y themes, but I haven't looked yet to see how that would look in the non-a11y themes. (Obviously text[NORMAL] would work best of all from an a11y perspective, but I'm guessing we don't want to do that.)
Still a problem with 2.91.
I pushed this fix to master. commit aaaee6de758f70005ffdd343a4b7354e3664f471 Author: Cosimo Cecchi <cosimoc@gnome.org> Date: Mon Apr 4 22:25:26 2011 -0400 icon-container: rework the colors used for additional text labels We now use the insensitive color for the normal state, and make them follow the filename color for selected states. This also fixes https://bugzilla.gnome.org/show_bug.cgi?id=319982, tested with the HighContrast theme.