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
When typing full-width characters (e.g., Japanese) into a TextBox displayed within a DialogHost, IME candidate window appears at the top-left corner of the screen instead of near the TextBox.
This significantly degrades the user experience.
Expected Behavior
The IME candidate window should appear properly near the TextBox being used for input.
Reproduction
This issue has been confirmed to be reproducible in the MaterialDesignXaml Demo App.
Potential Cause
This issue might be related to a known WPF problem concerning IME candidate window positioning within Popup controls, as DialogHost internally uses Popup. Popup controls do not have a clear owner window like standard Windows, which could prevent the IME from determining the correct display location.