WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
15809
[Transforms] Trails seen when using css animation for elements with box-shadows
https://bugs.webkit.org/show_bug.cgi?id=15809
Summary
[Transforms] Trails seen when using css animation for elements with box-shadows
Sam Weinig
Reported
2007-11-02 17:40:31 PDT
When animating an element that has a -webkit-box-shadow, artifact trails are left behind.
Attachments
test case
(471 bytes, text/html)
2007-11-02 17:40 PDT
,
Sam Weinig
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Sam Weinig
Comment 1
2007-11-02 17:40:52 PDT
Created
attachment 17006
[details]
test case
mitz
Comment 2
2007-11-02 17:45:38 PDT
You don't need to animate to see this. Shadows don't respect transforms, but the bounding box computations are unaware of this. Arguably, transforming a box should transform its shadow, but I can also imagine arguments to the contrary.
Simon Fraser (smfr)
Comment 3
2008-11-20 20:55:05 PST
See also
bug 22159
, on focus ring smears.
Simon Fraser (smfr)
Comment 4
2008-11-20 21:07:40 PST
Ha, this works fine now. Probably fixed via
bug 19623
mitz
Comment 5
2008-11-20 21:14:46 PST
Actually I think it was fixed by making shadows respect transforms to the extent that they can in <
http://trac.webkit.org/changeset/34377
>.
Simon Fraser (smfr)
Comment 6
2008-11-20 21:19:47 PST
...which was
bug 19397
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug