Closed
Bug 950490
Opened 7 years ago
Closed 7 years ago
box-shadow with "transform: rotate" is not rendered properly
Categories
(Core :: Graphics, defect)
Tracking
()
VERIFIED
FIXED
mozilla29
People
(Reporter: merihakar, Assigned: mattwoodrow)
References
Details
Attachments
(3 files)
262 bytes,
text/html
|
Details | |
30.81 KB,
image/png
|
Details | |
1.04 KB,
patch
|
roc
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Starting from Firefox 28, box-shadow applied on a rotated element is not rendered properly. The rendering is not broken for all degree values but some of them.
Reporter | ||
Comment 1•7 years ago
|
||
I have encountered with the issue on css3test.com, where the shadows of the icon on the left is looking wrong. This is a bit ironic :)
Reporter | ||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Regression range: http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=53d55d2d0a25&tochange=6ecf0c4dfcbe Bug 940845 lies in that range.
Assignee | ||
Comment 4•7 years ago
|
||
We were applying the transform twice when we decided to work in user space.
Attachment #8348370 -
Flags: review?(roc)
Flags: needinfo?(matt.woodrow)
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → matt.woodrow
Attachment #8348370 -
Flags: review?(roc) → review+
Assignee | ||
Comment 5•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/2babdc3bdb94
Comment 6•7 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/2babdc3bdb94
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Comment 8•7 years ago
|
||
Reproduced in nightly 2013-12-15. Verified fixed FF 29.0a1(2014-01-09), Win 7 x64
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 9•7 years ago
|
||
Note that the problem still exists in Aurora, so application of this patch to aurora can be requested?
Updated•7 years ago
|
tracking-firefox28:
--- → ?
Comment on attachment 8348370 [details] [diff] [review] Remove transform [Approval Request Comment] Bug caused by (feature/regressing bug #): 940845 User impact if declined: malformed box-shadows in some pages Testing completed (on m-c, etc.): landed for a while with no reported regressions Risk to taking this patch (and alternatives if risky): low risk String or IDL/UUID changes made by this patch: none
Attachment #8348370 -
Flags: approval-mozilla-aurora?
Updated•7 years ago
|
Attachment #8348370 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•7 years ago
|
tracking-firefox28:
? → ---
Comment 11•7 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/222070c7fdec
status-firefox28:
--- → fixed
status-firefox29:
--- → fixed
Flags: in-testsuite?
Reporter | ||
Comment 12•7 years ago
|
||
Shadows with transform are looking fine in firefox aurora 28.0a2 (2014-01-25).
Comment 13•7 years ago
|
||
based on comment 12
Comment 14•6 years ago
|
||
Doesn't work in Firefox 44.0a2, OSX El Capitan. Box-shadow is shown for the original rotation of the element, it doesn't follow the transformation of the element. Example: http://codepen.io/anon/pen/meGZbz
You need to log in
before you can comment on or make changes to this bug.
Description
•