[Webkit-unassigned] [Bug 157431] WKActionSheet tries to present on wrong view controller

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 6 14:17:23 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=157431

--- Comment #1 from Kevin Ballard <kevin at sb.org> ---
Another possible fix is instead of getting the window of the host view, it could instead walk the nextResponder chain until it finds a UIViewController and present on that. This is probably a better solution than walking the presentedViewController chain (and probably what the hypothetical `[_sheetDelegate hostViewControllerForSheet]` would have to do anyway since WKWebView doesn't know what view controller it's inside of).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160506/8e3f0907/attachment.html>


More information about the webkit-unassigned mailing list