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
CJK users general has a input method to input CJK char.
dlangui not handled WM_INPUT WM_IME message, so IME not in a right position (should display under the editing line).
CJK users general has a input method to input CJK char.
dlangui not handled WM_INPUT WM_IME message, so IME not in a right position (should display under the editing line).
dlangui:
windows notepad:
AvaloniaUI code here:
https://github.com/AvaloniaUI/Avalonia/blob/567a38ec7206df80cf81343fcabaa22f8db0e45c/src/Windows/Avalonia.Win32/WindowImpl.AppWndProc.cs#L676
Windows docs:
https://learn.microsoft.com/en-us/windows/win32/intl/input-method-manager
The text was updated successfully, but these errors were encountered: