Closed
Bug 561119
Opened 15 years ago
Closed 15 years ago
-moz-box-shadow rendering incomplete when using -moz-transform:rotate
Categories
(Core :: Web Painting, defect)
Core
Web Painting
Tracking
()
RESOLVED
DUPLICATE
of bug 536061
People
(Reporter: daniel, Unassigned)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; de-DE; rv:1.9.3a5pre) Gecko/20100420
When I use both -moz-box-shadow and -moz-transform:rotate the shadow is incomplete.
Example:
<div style="
position:absolute;
left:50px;
top:50px;
width:200px;
height:200px;
border:1px solid #888;
background-color:#eee;
-moz-transform:rotate(45deg);
-moz-transform-origin:bottom right;
-moz-box-shadow:5px 5px 10px #888;">
Rotated with<br><code>-moz-transform-origin:bottom right</code>
</div>
Reproducible: Always
Reporter | ||
Comment 1•15 years ago
|
||
Comment 2•15 years ago
|
||
I see this on Linux too. Looks like a duplicate, though.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
OS: Windows 7 → All
Hardware: x86 → All
Resolution: --- → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•