Multiline cursor navigation using keyboard not working in v8.10
Please note that security bugs or issues should be reported to [email protected].
Describe the bug
When using multi-line cursor using "Alt" + Mouse 1, navigation or selection using Shift / Arrow Keys / Home / End is not possible, also when navigated using mouse, copy of the selected text is also not working.
To Reproduce
Select multiple-line cursor using "Alt" + Mouse 1, and try to navigate using keys mentioned above.
Expected behavior
Navigation of cursor using keys was possible in previous version 8.9 and has stopped working in 8.10
Desktop (please complete the following information):
- OS: Windows 11 Pro
- Version: 8.10
- Mode: Desktop
This is probably because we're using Electron and it catches Alt for menu focus. Check here - https://github.com/electron/electron/issues/34211