[webkit-changes] [WebKit/WebKit] cd3714: [inert][iOS] Can't scroll element after inert attr...
Tim Nguyen
noreply at github.com
Thu Aug 17 21:38:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: cd37141f0b593a94350acf162e5f527a54568ae9
https://github.com/WebKit/WebKit/commit/cd37141f0b593a94350acf162e5f527a54568ae9
Author: Tim Nguyen <ntim at apple.com>
Date: 2023-08-17 (Thu, 17 Aug 2023)
Changed paths:
A LayoutTests/fast/scrolling/ios/overflow-scroll-after-inert-change-expected.txt
A LayoutTests/fast/scrolling/ios/overflow-scroll-after-inert-change.html
M Source/WebCore/rendering/style/RenderStyle.cpp
Log Message:
-----------
[inert][iOS] Can't scroll element after inert attribute has been removed
https://bugs.webkit.org/show_bug.cgi?id=259684
rdar://113239461
Reviewed by Wenson Hsieh.
inert use the same invalidation as pointer-events / user-select as effectivePointerEvents / effectiveUserSelect both read effectiveInert.
* LayoutTests/fast/scrolling/ios/overflow-scroll-after-inert-change-expected.txt: Added.
* LayoutTests/fast/scrolling/ios/overflow-scroll-after-inert-change.html: Added.
* Source/WebCore/rendering/style/RenderStyle.cpp:
(WebCore::rareInheritedDataChangeRequiresRepaint):
(WebCore::RenderStyle::changeRequiresRecompositeLayer const):
Canonical link: https://commits.webkit.org/267030@main
More information about the webkit-changes
mailing list