MicrosoftEdge / WebView2Feedback

Feedback and discussions about Microsoft Edge WebView2
https://aka.ms/webview2
443 stars 53 forks source link

Access to the internal Wallet/Password page freezes and crashes application. #4710

Open PCRacer opened 1 month ago

PCRacer commented 1 month ago

What happened?

~

On the latest update of runtime to 127.0.2651.74 version of WebView2, the access to the internal Wallet/Password page freezes and then crashes the application.

Simply navigating to this page creates a black screen and freezes the application leading to a complete crash of the native application.

Navigate to this path to recreate the error: "edge://wallet/"

The latest corresponding update in Microsoft's Edge browser does not create this error.

~

Importance

Important. My app's user experience is significantly compromised.

Runtime Channel

Stable release (WebView2 Runtime)

Runtime Version

127.0.2651.74

SDK Version

1.0.2592.51

Framework

Win32

Operating System

Windows 10

OS Version

19045.4651

Repro steps

Navigate to this path inside the latest WebView2 update to recreate the error: "edge://wallet/"

The whole page goes black and then freezes the application completely.

Repros in Edge Browser

No, issue does not reproduce in the corresponding Edge version

Regression

Regression in newer Runtime

Last working version (if regression)

SDK-1.0.2592.51 and Runtime - 126.2592.113

AB#52845034

github-actions[bot] commented 1 month ago

Hi, @PCRacer!

It seems that your issue contains the word "crash". If you have not already, could you attach a crash dump as a comment?

WV2 crash dumps are located in a subfolder of the app's user data folder (UDF): <UDF>\EBWebView\Crashpad\reports\. By default, the user data folder is created in the app's folder with a name like <App Exe Name>.exe.WebView2. Refer to Crash Diagnostics for more information.

Thank you for your cooperation!

champnic commented 1 month ago

✅ Successfully linked to Azure Boards work item(s):

aluhrs13 commented 1 month ago

Shopping features (including Wallet) aren't supported in WV2 per Differences between Microsoft Edge and WebView2. edge://wallet should be blocked entirely to prevent issues like this (the UI assumes all the features are available), but seems to have slipped through the cracks and we'll look at disabling it in a future release.