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

[Windows] Fix crash in WebView updating the Source two times in a row #10456

Closed
wants to merge 1 commit into from

Conversation

jsuarezruiz
Copy link
Contributor

Description of Change

Fix crash in Windows WebView updating the Source two times in a row.

issue-10438

Issues Fixed

Fixes #10438

@jsuarezruiz jsuarezruiz marked this pull request as ready for review October 3, 2022 11:38
@ghost ghost added the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label Oct 3, 2022
Copy link
Member

@mattleibow mattleibow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking OK, can we add device tests?

};

// Kick off the initial navigation
_internalWebView.NavigateToString(html);
_internalWebView.CoreWebView2Initialized += (sender, args) =>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we need to unsubscribe this ?

@jsuarezruiz
Copy link
Contributor Author

jsuarezruiz commented Nov 3, 2022

To help focus and move faster, we're going to have fewer open PRs and focus on the ones we'll be working on in each release. This PR require more work or event think in a better approach and for that reason is not included in the next release so I close it for now. I will reopen it and adapt to changes later.

@jsuarezruiz jsuarezruiz closed this Nov 3, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Dec 17, 2023
@Eilon Eilon removed the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label May 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants