Bug 18688 - REGRESSSION(r32364-r32407): Anchor background-color not displaying
Summary: REGRESSSION(r32364-r32407): Anchor background-color not displaying
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: HasReduction, InRadar, Regression
Depends on:
Blocks:
 
Reported: 2008-04-22 16:17 PDT by john
Modified: 2008-04-22 17:48 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description john 2008-04-22 16:17:28 PDT
When background-color is set via either a css stylesheet or the style attribute (via background-color or simply background) it computes properly when inspected with the Web Inspector, but does not render the background color.

Example code:
<a href="#" style="background: #0060A9;">Test</a>
<a href="#" style="background-color: #0060A9;">Test</a>

Neither displays the background color.

This first showed up in r32407 and is  in r32408 as well.
Comment 1 Mark Rowe (bdash) 2008-04-22 16:47:08 PDT
<rdar://problem/5882214>
Comment 2 Dave Hyatt 2008-04-22 17:48:43 PDT
Fixed in r32416.