MicrosoftEdge / MicrosoftEdge/WebView2Feedback

App using WebView2 becomes unresponsive due to infinite 0x403 message posting.

Open
#3,141 10 comments 1 reaction 1 assignee View on GitHub

@champnic is already working on this.

Since Jan 23, 2023.

bug priority-low tracked
Dominant language
PowerShell
Stars
526
Forks
67
PR merge metrics
No merged PRs in 30d

Description

In my MFC app, I embed webview2 in a dialog.
Since the latest runtime update, in many cases, when I close the browser dialog, my app hangs.
When debugging, it's busy handling infinite 0x403 message (wParam being always 0xBABE, lParam cycling over a few different values).

With spy++ (when spy++ manage to attach to the window, which often fails, no idea why), you can see the messages. It never ends.
webview403

EDIT: I finally found a way to test with the previous runtime version available 108.0.1462.76, and the problem doesn't exist.

SDK: 1.0.1518.46
Runtime: 109.0.1518.52
Framework: MFC
OS: Win10

AB#43218978

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.