Bug 267102

Summary: REGRESSION (270199@main): [iOS] Viewport units are incorrect in Safari after entering and exiting fullscreen
Product: WebKit Reporter: Aditya Keerthi <akeerthi>
Component: Layout and RenderingAssignee: Aditya Keerthi <akeerthi>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Aditya Keerthi
Reported 2024-01-04 15:11:41 PST
https://commits.webkit.org/270199@main resets overridden layout parameters to garbage values due to re-implementations of existing WKWebView methods with a different return type: ``` @property (nonatomic, readonly) std::optional<CGSize> _minimumUnobscuredSizeOverride; @property (nonatomic, readonly) std::optional<CGSize> _maximumUnobscuredSizeOverride; ``` But these were already implemented as methods returning CGSize.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-01-04 15:12:02 PST
Aditya Keerthi
Comment 2 2024-01-04 15:54:39 PST
EWS
Comment 3 2024-01-05 00:45:36 PST
Committed 272679@main (53929a96966c): <https://commits.webkit.org/272679@main> Reviewed commits have been landed. Closing PR #22407 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.