[Webkit-unassigned] [Bug 15597] [GTK] Text not discernable when using a dark Gtk+ style

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 12 07:34:29 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=15597


jmalonzo at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmalonzo at gmail.com




------- Comment #8 from jmalonzo at gmail.com  2009-05-12 07:34 PDT -------
(In reply to comment #5)
> Created an attachment (id=30178)
 --> (https://bugs.webkit.org/attachment.cgi?id=30178&action=view) [review]
> This fixes the whole problem
> 
> This fixes the whole problem, but I'm not sure it's the Right Way(tm) to do it.
> I'm using TreeView to get the colors from, which seems to work great with all
> the themes I tested (dark and light themes).
> 
> Please review...

This is not gonna work if the theme suddenly changed from a light to a dark
theme or vice-versa. The reason being is that adjust*Styles will not be called
when the theme changes hence, the text colors will retain the previous themes
color (e.g. changing from Darklooks to Clearlooks will leave the text color
using Darklooks's fg color and not Clearlook's). 


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list