On Mon Nov 3 17:16:13 2025 +0000, Byeongsik Jeon wrote:
and IM_SET_TEXT also needs to be handled when the mouse interacts with
the native IME UI Since this is abstracted away by methods like setMarkedText or insertText, it seems like we don't need to worry about it, right?
If you're referring to situations like clicking a Wine window when the IME is in composition mode or when the macdrv native IME UI is active, I believe that's a different issue from this MR. This relates to the call to ImmNotifyIME( .. CPS_COMPLETE ) in the WM_LBUTTONDOWN,etc messages.
However, I'll investigate whether it might have some influence.