Skip to content
New issue

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

[Problem/Bug]: WebView2CompositionControl hosted in a Winforms ElementHost crashes on load #5036

Open
konradzuse opened this issue Jan 7, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@konradzuse
Copy link

konradzuse commented Jan 7, 2025

What happened?

I'm hosting the WebView2CompositionControl in a WPF Usercontrol that itself is hosted in a Winforms ElementHost. The app is Winforms.

WebView2CompositionControl_Loaded crashes on startup with a null reference exception, I suspect it is this line...

Window.GetWindow(this).LocationChanged += WebView2CompositionControl_LocationChanged;

Since there isn't a parent WPF window when using an ElementHost. Maybe you can detect if the control is hosted like this and handle the LocationChanged in another way?

Switching to WebView2 WPF control works fine, but I'm unable to overlay controls.

Importance

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

Runtime Channel

Prerelease (Edge Canary/Dev/Beta)

Runtime Version

131.0.2903.112

SDK Version

1.0.2950-prerelease

Framework

WPF

Operating System

Windows 11

OS Version

No response

Repro steps

Create a WPF form, add an ElementHost control, and assign a WPF child control containing the WebView2CompositionControl

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

@konradzuse konradzuse added the bug Something isn't working label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants