You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if I have a Find popup showing and the WebView2 control is hidden, the Find popup is hidden
If I hide the Form that owns the Find popup (and optionally the WebView2 control afterwards), the Find popup stays visibile
If I switch the order and hide the WebView2 control before the Form, the Find popup disappears, but when the Form is reshown, Ctrl+F no longer shows the Find popup (i.e. the StartAsync API is broken)
Gif of 2:
Gif of 3:
Importance
Important. My app's user experience is significantly compromised.
Runtime Channel
Prerelease (Edge Canary/Dev/Beta)
Runtime Version
136.0.3192.0 canary
SDK Version
3116.0
Framework
Winforms
Operating System
Windows 11
OS Version
24H2 - 26100.3194
Repro steps
Download the minimal webview2 WinForms sample
To WebView2Control_CoreWebView2InitializationCompleted in BrowserForm.cs, add:
pushkin-
changed the title
[Problem/Bug]: Find popup can't open when the Form is hidden and reshown
[Problem/Bug]: Find popup can no longer open after the Form is reshown after being hidden while the Find popup was showing
Mar 13, 2025
What happened?
Gif of 2:

Gif of 3:

Importance
Important. My app's user experience is significantly compromised.
Runtime Channel
Prerelease (Edge Canary/Dev/Beta)
Runtime Version
136.0.3192.0 canary
SDK Version
3116.0
Framework
Winforms
Operating System
Windows 11
OS Version
24H2 - 26100.3194
Repro steps
Download the minimal webview2 WinForms sample
To
WebView2Control_CoreWebView2InitializationCompleted
inBrowserForm.cs
, add:And define the handler like so:
Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
No, this never worked
Last working version (if regression)
No response
The text was updated successfully, but these errors were encountered: