[Webkit-unassigned] [Bug 165225] UIViewController with WKWebView presented modally causes the presented UIViewController to be dismissed.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 2 16:47:38 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=165225
--- Comment #34 from Wenson Hsieh <wenson_hsieh at apple.com> ---
Comment on attachment 303134
--> https://bugs.webkit.org/attachment.cgi?id=303134
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=303134&action=review
> Source/WebKit2/UIProcess/ios/forms/WKFileUploadPanel.mm:393
> + if (presentedViewController)
This nil check is not needed (if !presentedViewController, this will just be a noop).
--
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/20170303/1deee05a/attachment.html>
More information about the webkit-unassigned
mailing list