WebView2 Crashes When Interacting with Input Fields in UWP #9867
Labels
area-External
Not owned by the WinUI team, not actionable in this repository.
area-WebView
bug
Something isn't working
team-Controls
Issue for the Controls team
Describe the bug
I am experiencing several issues with the WebView2 control in a UWP application related to input fields:
Input Chinese Characters: When I input Chinese characters in any field, it works as expected.
Focus Loss Behavior: After the focus leaves the field, it should still be able to trigger the Chinese input method (IME). However, pressing the space key after losing focus causes unexpected behavior.
Mouse Click Focus Issue: When I click on the field with the mouse, it fails to gain focus, which leads to the entire WebView2 control crashing.
Steps to reproduce the bug
1.Input Chinese characters in any .
2.When the focus leaves, it should still be able to trigger the Chinese input method, and then press the space key.
3.Clicking on the with the mouse does not allow it to gain focus, causing the entire WebView2 to crash.
Expected behavior
No response
Screenshots
NuGet package version
WinUI 2 - Microsoft.UI.Xaml 2.8.2
Windows version
Windows 11 (22H2): Build 22621
Additional context
No response
The text was updated successfully, but these errors were encountered: