[Webkit-unassigned] [Bug 46327] New: [Qt] box-shadow does not blur (is solid) when using border-radius

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 22 17:54:33 PDT 2010


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

           Summary: [Qt] box-shadow does not blur (is solid) when using
                    border-radius
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: helder at sencha.com


Created an attachment (id=68482)
 --> (https://bugs.webkit.org/attachment.cgi?id=68482)
Showing difference between Chrome/Safari and QtTestBrowser

Attached a picture showing the issue.  Test case:

<!DOCTYPE html>
<html>
<style type="text/css">
div {
  box-shadow: 2px 2px 6px rgba(200,0,0,0.6);
  border-radius: 95px 95px;                                                                                                                                                                                   
  padding-top: 95px;
}
</style>
<body><div/></body>
</html>

See also: 36939, 29563

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