-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
WebView Crashes when Source.Html
is updated more than once on Windows
#10438
Comments
As far as i can tell as soon as the HtmlWebViewSource.Html property is updated the WebView will start refreshing. Calling reload is not necessary. |
That seems to be true, thx for the tip. |
It doesn't look like you uncommented the 2nd line (it only crashed when you do that). It should add TWO entries with every click. |
Right, can reproduce it. |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
Source.Html
is updated more than once on Windows
Description
When updating the Html property of a source for a WebView twice, there's an unhandled win32 exception.
Example:
MainPage.xaml:
MainPage.xaml.cs:
dotnet --version 6.0.401 (the latest VS.NET 2022 seems to offer)
Steps to Reproduce
Link to public reproduction project repository
https://github.com/remopini/WebViewTest
Version with bug
Unknown/Other (please specify)
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
Win 11 with all current updates
Did you find any workaround?
No
Relevant log output
No response
The text was updated successfully, but these errors were encountered: