[Webkit-unassigned] [Bug 213376] [Web Animations] REGRESSION: Bootstrap Carousel component v4.1 regressed with Web Animations
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 25 09:20:33 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=213376
--- Comment #3 from Antoine Quint <graouts at webkit.org> ---
We end up comparing two TransformOperations, one which has no operations, and one which has one but has x=0 and y=0. But TransformOperations::operator== returns false because there is size check first which returns false if they differ. We should teach TransformOperations to check for an identity transform here in case one of the lengths is 0.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200625/953a7dff/attachment.htm>
More information about the webkit-unassigned
mailing list