[Webkit-unassigned] [Bug 23202] New: rgba() and hsla() opacity doesn't end up as-specified in DOM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 8 17:52:31 PST 2009


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

           Summary: rgba() and hsla() opacity doesn't end up as-specified in
                    DOM
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://farukat.es/bugs/webkit-rgba.html
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: faruk at apple.com
                CC: hyatt at apple.com


When setting e.g. opacity: .42 on an element, retrieving that property in the
DOM again returns 0.42 as expected.

This doesn't work for rgba() and hsla() values. E.g. specifying rgba(0,0,0,
.42) returns rgba(0,0,0, 0.417969) in the DOM, the same for hsla().

This is inconsistent and unexpected.


-- 
Configure bugmail: https://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