[Webkit-unassigned] [Bug 21049] New: Opacity fails in multicolumn layouts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 24 01:17:24 PDT 2008


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

           Summary: Opacity fails in multicolumn layouts
           Product: WebKit
           Version: 528+ (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: srab8378 at bigpond.net.au


In all but the first column of a multicolumn layout, an opacity less than 1 is
displayed as 0.  The following markup demonstrates this behavior:

<html>
<head>
<style>
body { -webkit-column-count: 2 }
div { height: 5000 }
span { opacity: 0.5 }
</style>
</head>
<body>
<div>Left <span>is dim.</span></div>
<div>Right <span>is invisible.</span></div>
</body>
</html>


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