RESOLVED DUPLICATE of bug 16905 16943
LiveJournal popup buttons have a blue background because of "background-color: Menu" rule
https://bugs.webkit.org/show_bug.cgi?id=16943
Summary LiveJournal popup buttons have a blue background because of "background-color...
Adele Peterson
Reported 2008-01-19 17:32:08 PST
LiveJournal (recently??) added a css rule in one of their stylesheets for <select> that causes their site's popup buttons to be blue in Safari. <select style="background-color: Menu"><option>All Friends</select> In other browsers, they just ignore this rule. In Safari, CSSSelector::getColorFromPrimitiveValue looks up a system color for CSS_VAL_MENU, which on the mac, gets mapped to [NSColor selectedMenuItemColor] (in RenderThemeMac). I'm not sure which step in our process is wrong here.
Attachments
mitz
Comment 1 2008-01-19 18:40:29 PST
I think this is bug 16943.
mitz
Comment 2 2008-01-19 18:41:10 PST
I am *sure* this is bug 16943 :-) What I meant was that I think this is bug 16905.
mitz
Comment 3 2008-01-19 18:41:58 PST
*** This bug has been marked as a duplicate of 16905 ***
Note You need to log in before you can comment on or make changes to this bug.