Open a6754z opened 2 weeks ago
Cannot change input method to Chinese and input Chinese in a textbox defined like below on Kylin V10, But works fine on Windows. The default font has been installed on the system and can be displayed correctly.
<TextBox x:Name="txtDesc" Margin="10,0,0,0" FontFamily="{DynamicResource DefaultFont}" FontSize="{DynamicResource DefaultFontSize}" Grid.Column="1" Height="220" VerticalAlignment="Top" AcceptsReturn="True" TextWrapping="Wrap" Text="{Binding Description}" Watermark="{x:Static resx:Resource.IDS_PROBLEM_REPORT_PLACE_HOLDER}"/>
I also tried the solution for the issue https://github.com/AvaloniaUI/Avalonia/issues/6155, but still not work.
Run a applicaiton with textboxes on Kylin V10.
Can change input method to Chinese and input Chinese in the Textbox.
11.0.10
Linux
No response
Describe the bug
Cannot change input method to Chinese and input Chinese in a textbox defined like below on Kylin V10, But works fine on Windows. The default font has been installed on the system and can be displayed correctly.
<TextBox x:Name="txtDesc" Margin="10,0,0,0" FontFamily="{DynamicResource DefaultFont}" FontSize="{DynamicResource DefaultFontSize}" Grid.Column="1" Height="220" VerticalAlignment="Top" AcceptsReturn="True" TextWrapping="Wrap" Text="{Binding Description}" Watermark="{x:Static resx:Resource.IDS_PROBLEM_REPORT_PLACE_HOLDER}"/>
I also tried the solution for the issue https://github.com/AvaloniaUI/Avalonia/issues/6155, but still not work.
To Reproduce
Run a applicaiton with textboxes on Kylin V10.
Expected behavior
Can change input method to Chinese and input Chinese in the Textbox.
Avalonia version
11.0.10
OS
Linux
Additional context
No response