pgadmin4 icon indicating copy to clipboard operation
pgadmin4 copied to clipboard

Multiline cursor navigation using keyboard not working in v8.10

Open udit47 opened this issue 1 year ago • 1 comments

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

udit47 avatar Aug 01 '24 07:08 udit47

This is probably because we're using Electron and it catches Alt for menu focus. Check here - https://github.com/electron/electron/issues/34211

adityatoshniwal avatar Aug 16 '24 06:08 adityatoshniwal