MicrosoftEdge / MicrosoftEdge/WebView2Feedback
App using WebView2 becomes unresponsive due to infinite 0x403 message posting.
@champnic is already working on this.
Since Jan 23, 2023.
- 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.

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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.