RESOLVED FIXED9926
REGRESSION: pop-up looks bad because <option> respects color but not background-color
https://bugs.webkit.org/show_bug.cgi?id=9926
Summary REGRESSION: pop-up looks bad because <option> respects color but not backgrou...
Darin Adler
Reported 2006-07-14 21:14:12 PDT
At MacNN Forums, I noticed that the "Power Mac" menu item was nearly unreadable. That's because of this style rule used on an option element:     .fjsel {         background: #3E5C92;         color: #E0E0F6;     }
Attachments
Adele Peterson
Comment 1 2006-07-21 19:57:02 PDT
I think we should probably remove the code in PopupMenuMac.mm that sets the foreground color attribute until we've gotten the background color problem worked out.
Darin Adler
Comment 2 2006-07-23 13:30:36 PDT
(In reply to comment #1) > I think we should probably remove the code in PopupMenuMac.mm that sets the > foreground color attribute until we've gotten the background color problem > worked out. I agree.
Alice Liu
Comment 3 2006-08-14 13:59:34 PDT
Adele Peterson
Comment 4 2006-08-15 13:10:32 PDT
Committed revision 15882.
Note You need to log in before you can comment on or make changes to this bug.