We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description Using the CoreWebView2.OpenDefaultDownloadDialog method crashes a WebView2 process.
CoreWebView2.OpenDefaultDownloadDialog
The issue became reproducible on the Edge Canary 117.0.2026.0 runtime.
Version SDK: 1.0.1722.45, 1.0.1988-prerelease Runtime: Edge Canary 117.0.2026.0. Framework: WPF OS: Windows 11 Pro 22H2 22621.1992
Regression Last time it worked properly on the Edge Canary 117.0.2024.0 runtime.
Repro Steps
BYOWebView2CreationProperties
C:\Users\Username\AppData\Local\Microsoft\EdgeCore\117.0.2026.0
Expected: A default download dialog is shown. Actual: A browser process crashes.
Screenshots
The text was updated successfully, but these errors were encountered:
@lezzi Thanks for reporting the issue. May you share dump of the process?
Sorry, something went wrong.
@novac42 attaching the WebView2 crash_dump.zip. Let me know if you need anything else.
Looks like it is no longer reproducible using the new Canary 117.0.2032.0 runtime.
117.0.2032.0
@lezzi Thanks for the update! I will close it for now then and feel free to reopen it if the issue come back
victorhuangwq
No branches or pull requests
Description
Using the
CoreWebView2.OpenDefaultDownloadDialog
method crashes a WebView2 process.The issue became reproducible on the Edge Canary 117.0.2026.0 runtime.
Version
SDK: 1.0.1722.45, 1.0.1988-prerelease
Runtime: Edge Canary 117.0.2026.0.
Framework: WPF
OS: Windows 11 Pro 22H2 22621.1992
Regression
Last time it worked properly on the Edge Canary 117.0.2024.0 runtime.
Repro Steps
BYOWebView2CreationProperties
as mentioned in the code comments.C:\Users\Username\AppData\Local\Microsoft\EdgeCore\117.0.2026.0
.Expected: A default download dialog is shown.
Actual: A browser process crashes.
Screenshots
The text was updated successfully, but these errors were encountered: