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

Input Method Box Stuck in Top-Left Corner When Typing Chinese #4546

Closed
2 tasks done
terry2010 opened this issue Jan 17, 2024 · 1 comment
Closed
2 tasks done

Input Method Box Stuck in Top-Left Corner When Typing Chinese #4546

terry2010 opened this issue Jan 17, 2024 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@terry2010
Copy link

Checklist

  • I have searched the issue tracker for open issues that relate to the same problem, before opening a new one.
  • This issue only relates to a single bug. I will open new issues for any other problems.

Describe the bug

When inputting Chinese characters, the input method's candidate box fails to acquire input focus coordinates, resulting in it consistently staying in the top-left corner of the screen

How to reproduce

1.run latest fyne_demo
2.click widgets->form
3.Input Chinese characters

ps : could use microsoft input or qq pinyin

Screenshots

The area enclosed by the red box in this screenshot shows that, when users input Chinese characters in a browser's textarea, the input method candidate box correctly obtains the input focus coordinates and appears in the correct position.
图片

The area enclosed by the red box in this screenshot illustrates that, when users input Chinese characters in the fyne_demo form, the input method candidate box fails to obtain the input focus coordinates and appears in the incorrect position at the top-left corner of the screen
qq pinyin:
图片
microsoft chinese pinyin:
图片

Example code

just use latest demo

Fyne version

latest

Go compiler version

1.20

Operating system and version

windows 10

Additional Information

No response

@terry2010 terry2010 added the unverified A bug that has been reported but not verified label Jan 17, 2024
@andydotxyz
Copy link
Member

I think this is a duplicate of #618

@dweymouth dweymouth added duplicate This issue or pull request already exists and removed unverified A bug that has been reported but not verified labels Jan 24, 2024
@dweymouth dweymouth closed this as not planned Won't fix, can't repro, duplicate, stale Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants