[Webkit-unassigned] [Bug 18688] New: Anchor background-color Not Displaying

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 22 16:17:28 PDT 2008


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

           Summary: Anchor background-color Not Displaying
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jmgrogg at gmail.com


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.


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