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 in Korean, if the focus moves to another textbox while the IME is still composing text (PreeditText), the unfinished composition disappears. Then, when typing any key in the newly focused textbox, the previous textbox’s PreeditText unexpectedly appears in the new textbox.
2025-11-01.5.27.41.mov
To Reproduce
On macOS, create multiple textboxes and try typing in Korean while switching focus between them.
Expected behavior
The composed (Preedit) text is lost when the textbox loses focus.
The unfinished IME text is incorrectly inserted into the newly focused textbox.