[Webkit-unassigned] [Bug 157244] REGRESSION (r198943): Transitions don't work if they animate display property
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 2 20:50:36 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=157244
Simon Fraser (smfr) <simon.fraser at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #277965|review? |review+
Flags| |
--- Comment #7 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 277965
--> https://bugs.webkit.org/attachment.cgi?id=277965
patch
View in context: https://bugs.webkit.org/attachment.cgi?id=277965&action=review
> Source/WebCore/style/StyleTreeResolver.cpp:233
> + // FIXME: Animations should be connected to elements, not renderers.
I think you should remove this FIXME. The consensus in the CSS WG is that animations run on renders, so you'll never be able to animate from display:none.
> LayoutTests/ChangeLog:10
> + * fast/css/transition-display-property-expected.html: Added.
> + * fast/css/transition-display-property.html: Added.
Maybe the test should go in transitions/ ?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160503/6c2c7a5e/attachment.html>
More information about the webkit-unassigned
mailing list