mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Notepad++ looses cursor #205
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @biosaat on GitHub (May 13, 2023).
Describe the bug
When notepad++ windows regains the focus, the cursor is not active thus it is not possible to type right away. One has to mouse click into the window to regain the cursor first.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Cursor should blink at former position and be ready to receive keyboard input.
Operating System
Microsoft Windows 10 Pro
10.0.19045 Build 19045
Notepad++ v 8.4.9
@LGUG2Z commented on GitHub (Jan 23, 2025):
If this is still an issue it should be raised in the Notepad++ repo as it suggests a failure to handle focus change events properly.