[Webkit-unassigned] [Bug 29563] New: [Qt] -webkit-box-shadow property does not work in Qt WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 21 08:11:33 PDT 2009


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

           Summary: [Qt] -webkit-box-shadow property does not work in Qt
                    WebKit
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vestbo at webkit.org


This bug report originated from Nokia internal issue QT-1729

--- Comments ---

Function
webkit

Version
4.5.1

Platform
Linux

Platform details
This bug also occurs on Windows XP.

Compilers
GCC

Compiler details

Subject
-webkit-box-shadow property does not work in Qt WebKit

Steps to reproduce / test case
1) Save the following HTML snippet to a file.
2) Browse the file with Firefox 3.5 or Safari 3.2.
3) Browse the file with the Qt demo browser.

Qt WebKit does not render the drop shadow.
The other browsers produce the expected behavior.

--- cut here ---
<html><body>

<div style="border: 1px solid #808080;
-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
width: 300px; height: 200px;">
<br><center>This box should have a shadow.</center>
</div>

</body></html>

More information
The included WebKit source code has references to this property.
The feature was added in WebKit in 2007, so it seems that it should be
functional.

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