Bug 9926
| Summary: | REGRESSION: pop-up looks bad because <option> respects color but not background-color | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Darin Adler <darin> |
| Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | adele |
| Priority: | P1 | Keywords: | InRadar, Regression |
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
| URL: | http://forums.macnn.com/forumdisplay.php?f=65 | ||
Darin Adler
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adele Peterson
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
(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
<rdar://problem/4644932>
Adele Peterson
Committed revision 15882.