[webkit-changes] [WebKit/WebKit] a2fe0b: IntersectionObserver callback for a visible sentin...
Antoine Quint
noreply at github.com
Tue May 14 09:02:25 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a2fe0bd677be0835629265ce16d45907c52d4228
https://github.com/WebKit/WebKit/commit/a2fe0bd677be0835629265ce16d45907c52d4228
Author: Antoine Quint <graouts at webkit.org>
Date: 2024-05-14 (Tue, 14 May 2024)
Changed paths:
A LayoutTests/imported/w3c/web-platform-tests/intersection-observer/transform-animation-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/intersection-observer/transform-animation.html
M Source/WebCore/rendering/RenderBox.cpp
Log Message:
-----------
IntersectionObserver callback for a visible sentinel node within a container with CSS transform animations is triggered multiple times, but should only be triggered once
https://bugs.webkit.org/show_bug.cgi?id=273928
rdar://127804335
Reviewed by Simon Fraser.
Make sure we use RenderLayer::currentTransform() when querying the target's transform to ensure that it accounts
for accelerated animations. Indeed, RenderLayer::transform() will only account for the transform set on the
`RenderStyle` which does *not* update during the course of an accelerated property animation.
* LayoutTests/imported/w3c/web-platform-tests/intersection-observer/transform-animation-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/intersection-observer/transform-animation.html: Added.
* Source/WebCore/rendering/RenderBox.cpp:
(WebCore::RenderBox::computeVisibleRectsInContainer const):
Canonical link: https://commits.webkit.org/278763@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list