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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
pascoe@apple.com
rdar://127761880
pascoe@apple.com
Pull request: https://github.com/WebKit/WebKit/pull/28421
EWS
Committed 278715@main (19987381048b): <https://commits.webkit.org/278715@main>
Reviewed commits have been landed. Closing PR #28421 and removing active labels.