RESOLVED FIXED274028
Present AppSSO on the top-most presentedViewController
https://bugs.webkit.org/show_bug.cgi?id=274028
Summary Present AppSSO on the top-most presentedViewController
pascoe@apple.com
Reported 2024-05-10 19:06:22 PDT
In some situations AppSSO will be called where the result of [m_page->cocoaView() window].rootViewController is not applicable to present a view controller on top of because it's already presenting something. To fix this we can look at the top-most presentedViewController of [m_page->cocoaView() window].rootViewController.
Attachments
pascoe@apple.com
Comment 1 2024-05-10 19:06:30 PDT
pascoe@apple.com
Comment 2 2024-05-10 19:09:50 PDT
EWS
Comment 3 2024-05-13 15:13:28 PDT
Committed 278715@main (19987381048b): <https://commits.webkit.org/278715@main> Reviewed commits have been landed. Closing PR #28421 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.