[webkit-changes] [WebKit/WebKit] 89ae37: [iPad] Mail content on icloud.com has incorrect si...
lilyspiniolas
noreply at github.com
Wed Feb 5 18:50:17 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 89ae3701d721a85099dc2b741d899a5d0a77f0c4
https://github.com/WebKit/WebKit/commit/89ae3701d721a85099dc2b741d899a5d0a77f0c4
Author: Lily Spiniolas <lily_spiniolas at apple.com>
Date: 2025-02-05 (Wed, 05 Feb 2025)
Changed paths:
M Source/WebCore/page/LocalFrameView.cpp
M Source/WebCore/page/Quirks.cpp
M Source/WebCore/page/Quirks.h
M Source/WebCore/page/QuirksData.h
Log Message:
-----------
[iPad] Mail content on icloud.com has incorrect size after leaving app and reopening
https://bugs.webkit.org/show_bug.cgi?id=287110
rdar://131836301
Reviewed by Wenson Hsieh and Abrar Rahman Protyasha.
On iPad, the icloud.com mail app may display the mail content with an incorrect
width after closing Safari and reopening it. This is caused by the window resize
events that fire during snapshotting after closing Safari, which puts the page
into a bad state. These changes extend the 'shouldSilenceWindowResizeEvents'
quirk to apply to the icloud.com mail app on iOS, preventing the site
from acting upon window resize events during snapshotting.
* Source/WebCore/page/Quirks.cpp:
(WebCore::handleICloudQuirks):
(WebCore::Quirks::determineRelevantQuirks):
Canonical link: https://commits.webkit.org/289904@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