[Webkit-unassigned] [Bug 42017] New: CSSComputedStyleDeclaration::getPropertyCSSValue returns rgba(0, 0, 0, 0) even when it's transparent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 9 18:20:48 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=42017

           Summary: CSSComputedStyleDeclaration::getPropertyCSSValue
                    returns rgba(0, 0, 0, 0) even when it's transparent
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: EasyFix, HasReduction
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: hyatt at apple.com, mitz at webkit.org, oliver at apple.com,
                    ojan at chromium.org


Created an attachment (id=61133)
 --> (https://bugs.webkit.org/attachment.cgi?id=61133)
demonstrates the bug

When obtaining the background color from the computed style, it returns rgba(0, 0, 0, 0) even when the background color is not specified.  This behavior deviates from other browsers such as Firefox which returns "transparent".

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list