TSFInputControl NotifyFocusLeave causes IME to no longer show #5096

Open
opened 2026-01-31 00:04:57 +00:00 by claunia · 0 comments
Owner

Originally created by @philnach on GitHub (Nov 20, 2019).

from #1919

Code TODO, if the IME is notified that Focus has left it causes the IME to no longer show. It's unclear if the IME needs to know Focus is leaving. Investigate if the call is required. and re-enable the call in the code:

    void TSFInputControl::NotifyFocusLeave()
    {
        if (_editContext != nullptr)
        {
            // _editContext.NotifyFocusLeave();
        }
    }
Originally created by @philnach on GitHub (Nov 20, 2019). from #1919 Code TODO, if the IME is notified that Focus has left it causes the IME to no longer show. It's unclear if the IME needs to know Focus is leaving. Investigate if the call is required. and re-enable the call in the code: ``` void TSFInputControl::NotifyFocusLeave() { if (_editContext != nullptr) { // _editContext.NotifyFocusLeave(); } } ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#5096