You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the ContentDialog input of Xaml islands is enabled through ITextInputConsuonsumer and ITextInputProducer, the input performance of ContentDialog is normal. The TextBox of a normal window, however, repeats the input when entering characters.The application being tested uses a Window created by FrameworkView and adds controls to Window.current to display it.
I could reproduce the issue using your sample code, but not using a quick test with my library.
I'm afraid I don't have much time to investigate this right now.
For reference: I got the ITextProducer stuff from the ICoreWindowFactory impl from CoreUIComponents.dll.
After the input of ContentDialog is forcibly enabled through ITextInputConsumer, there is a problem with normal text box input
---------------------------------------------
强行通过 ITextInputConsumer 开启 ContentDialog 的输入后,普通的文本框输入存在问题
After the ContentDialog input of Xaml islands is enabled through ITextInputConsuonsumer and ITextInputProducer, the input performance of ContentDialog is normal. The TextBox of a normal window, however, repeats the input when entering characters.The application being tested uses a Window created by FrameworkView and adds controls to Window.current to display it.
---------------------------------------------
通过 ITextInputConsuonsumer 和 ITextInputProducer 开启 Xaml islands 的 ContentDialog 输入后,ContentDialog 的输入表现正常,然而普通窗口的 TextBox 在输入字符时却重复输入。测试的应用使用的是 FrameworkView 创建的窗口,并在 Window.Current 上添加控件显示的。
The text was updated successfully, but these errors were encountered: