richtext-test1.png (view on web)
When using wxRichTextCtrl
(in arbitrary window) on macOS 14, the windows of the IME (Simplified Chinese in this case) for input is incorrectly placed at the bottom of the screen.
It seems that the general implementation of wxRichTextCtrl
can't be correctly recongized by macOS as an input area. #18786 is somehow similar.
samples/richtext
on macOS 14;—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
Sorry, I know even less about IME under macOS than under the other platforms, so I have no idea how to fix this. Any ideas or PRs would be very welcome!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
Apparently -[NSTextInputClient firstRectForCharacterRange:] needs to be implemented in objective c. This provides the ime the bounding box of text to place against.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.