Bug 274028

Summary: Present AppSSO on the top-most presentedViewController
Product: WebKit Reporter: pascoe <pascoe>
Component: WebKit Misc.Assignee: pascoe <pascoe>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.