-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
IME Misplaced #3147
Comments
Thank you @Red6789 since we control that popup we can give that a shot. |
This seems to be related to this issue on the WPF repo. |
@AndrewKeepCoding Thank you so much for the help!! Since you have the repo forked, could I ask you to see if you can repro these memory leaks which I have not been able to reproduce? They both seem to occur on machines with a similar configuration as the IME issue you've just fixed. If you don't have time or don't want to, then that's fine just say so. Thanks. |
Sure! Just give me a few days. We are on summer vacation here in Japan, and I'm forced to be away from my laptop for a couple of days... |
Awesome!! Enjoy your vacation! |
Bug explanation
IME misplaces when textboxes are on DialogHost.
If textboxes are not on a DialogHost, IME behavior is correct, like this:
However, if a textbox is placed on a DialogHost, the IME will be misplaced.
Version
4.8.0
The text was updated successfully, but these errors were encountered: