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

TextBox occur duplicate inputs randomly when type Chinese characters #13048

Open
29654761 opened this issue Sep 27, 2023 · 6 comments
Open

TextBox occur duplicate inputs randomly when type Chinese characters #13048

29654761 opened this issue Sep 27, 2023 · 6 comments
Labels

Comments

@29654761
Copy link

Describe the bug
TextBox occur duplicate inputs randomly when type Chinese characters

To Reproduce
Steps to reproduce the behavior:

  1. Create an avalonia project
  2. Put a TextBox on Window
  3. Type Chinese characters by Microsoft Pinyin
  4. TextBox will show duplicate characters randomly (High Probability)

Expected behavior
TextBox can input Chinese characters normally

Screenshots
1695797855193
1695797841088

Desktop (please complete the following information):

  • OS: Windows10
  • Version 11.0.4

Additional context

@29654761 29654761 added the bug label Sep 27, 2023
@FoggyFinder
Copy link
Contributor

Is it the same as #12280 ?
Can you check on nightly?

@gigiwotou
Copy link

This problem has been solved in 11.0.5. I tested four kinds of pinyin input methods (Microsoft Pinyin, Baidu Pinyin, Sogou Pinyin, and iFlytek Pinyin) and they are all normal. However, a new problem has appeared now. Besides Microsoft Pinyin, the first character entered after activating the Textbox in the other three input methods is empty. It will become normal after that.

@Gillibald
Copy link
Contributor

Gillibald commented Nov 29, 2023

To clarify Baidu Pinyin, Sogou Pinyin, and iFlytek Pinyin are suffering from the issue?

Can you give me some direction how to install these input methods?

@rabbitism
Copy link
Contributor

To clarify Baidu Pinyin, Sogou Pinyin, and iFlytek Pinyin are suffering from the issue?

Can you give me some direction how to install these input methods?

You can ping me on telegram tomorrow.

@gigiwotou
Copy link

gigiwotou commented Nov 30, 2023

澄清一下是否患有这个问题?Baidu Pinyin, Sogou Pinyin, and iFlytek Pinyin

你能给我一些指导如何安装这些输入法吗?

https://download.voicecloud.cn/200ime/iFlyIME_Setup_3.0.1734.exe
https://speedxbu.baidu.com/shurufa/ime/setup/BaiduPinyinSetup_6.0.3.66.exe
https://ime-sec.gtimg.com/202309271112/74233a8de87b05f537b8a0bf44216f7b/pc/sogou_pinyin_guanwang_139.exe

@ly3027929699
Copy link

input methods : [sogou_pinyin]
version:11.0.5
this occored When focusing on different input boxes

<WrapPanel>
        <TextBox></TextBox>
        <TextBox></TextBox>
</WrapPanel>

the key.space is treated as ime composing which should be a submit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants