[Webkit-unassigned] [Bug 12345] REGRESSION: Disabled pop-up text is not grayed out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 20 16:16:31 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12345


ddkilzer at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ddkilzer at webkit.org




------- Comment #2 from ddkilzer at webkit.org  2007-01-20 16:16 PDT -------
(In reply to comment #1)
> I added the casts to RGBA32 to appease the compiler, which otherwise regarded
> the colors as external symbols, leading to a link error. I couldn't figure out
> what the problem was. The following worked:
> e->isEnabled() ? Color::black : 0
> e->isEnabled() ? 0 : Color::darkGray
> but this didn't work:
> e->isEnabled() ? Color::black : Color::darkGray

Weird.  Did you try adding parenthesis?  Sounds like a toolchain bug.


-- 
Configure bugmail: http://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