[Webkit-unassigned] [Bug 16905] REGRESSION (3.0.4-TOT): "menu" pseudocolor is badly chosen

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 19 22:04:02 PST 2008


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





------- Comment #5 from mitz at webkit.org  2008-01-19 22:04 PDT -------
(In reply to comment #4)
> RenderThemeMac maps the menu pseudocolor to [NSColor selectedMenuItemColor],
> which explains the blue appearance.  Looking over the methods on NSColor I
> can't see which method should be used in its place though.

Looks like HIThemeDrawMenuBackground() can be used to draw the pattern into a
graphics context, then a pixel can be sampled, the way the NSColor-based
patterns are handled.


-- 
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