RESOLVED FIXED 23765
Return correct computed style during accelerated animations
https://bugs.webkit.org/show_bug.cgi?id=23765
Summary Return correct computed style during accelerated animations
Simon Fraser (smfr)
Reported 2009-02-05 11:46:20 PST
If you request the value of opacity or transform while they are being acceler-animated, we need to return the correct value.
Attachments
Patch, changelog (16.55 KB, patch)
2009-02-05 13:54 PST, Simon Fraser (smfr)
no flags
Revised patch (21.21 KB, patch)
2009-02-05 15:02 PST, Simon Fraser (smfr)
hyatt: review+
Simon Fraser (smfr)
Comment 1 2009-02-05 13:54:11 PST
Created attachment 27362 [details] Patch, changelog
Dave Hyatt
Comment 2 2009-02-05 14:01:00 PST
Comment on attachment 27362 [details] Patch, changelog return renderer && renderer->hasLayer() && toRenderBox(renderer)->layer()->isComposited(); RenderLayer now owns a RenderBoxModelObject and not a RenderBox. Once RenderInline moves to RenderBox, converting to RenderBox won't be correct
Simon Fraser (smfr)
Comment 3 2009-02-05 15:02:57 PST
Created attachment 27366 [details] Revised patch
Dave Hyatt
Comment 4 2009-02-05 15:05:41 PST
Comment on attachment 27366 [details] Revised patch r=me
Simon Fraser (smfr)
Comment 5 2009-02-05 15:09:05 PST
Note You need to log in before you can comment on or make changes to this bug.