<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - UIViewController with WkWebView presented modally causes the presented UIViewController to be dismissed."
href="https://bugs.webkit.org/show_bug.cgi?id=165225#c22">Comment # 22</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - UIViewController with WkWebView presented modally causes the presented UIViewController to be dismissed."
href="https://bugs.webkit.org/show_bug.cgi?id=165225">bug 165225</a>
from <span class="vcard"><a class="email" href="mailto:wenson_hsieh@apple.com" title="Wenson Hsieh <wenson_hsieh@apple.com>"> <span class="fn">Wenson Hsieh</span></a>
</span></b>
<pre>Comment on <span class=""><a href="attachment.cgi?id=303114&action=diff" name="attach_303114" title="Patch">attachment 303114</a> <a href="attachment.cgi?id=303114&action=edit" title="Patch">[details]</a></span>
Patch
View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=303114&action=review">https://bugs.webkit.org/attachment.cgi?id=303114&action=review</a>
<span class="quote">> Source/WebKit2/UIProcess/ios/forms/WKFileUploadPanel.mm:-389
> - [self _dismissDisplayAnimated:NO];</span >
_dismissDisplayAnimated: handles dismissing the _presentationPopover. If we aren't going to go through _dismissDisplayAnimated: here, we need to still dismissPopoverAnimated: on the _presentationPopover.
<span class="quote">> Source/WebKit2/UIProcess/ios/forms/WKFileUploadPanel.mm:392
> + UIViewController *presentedVC = [UIViewController _viewControllerForFullScreenPresentationFromView:_view];</span >
WebKit style guidelines (<a href="https://webkit.org/code-style-guidelines/">https://webkit.org/code-style-guidelines/</a>) recommend using full variable names rather than abbreviations, so presentedVC should be presentedViewController.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>