Project
ide
Description
When navigating the Command Palette (or other quick-pick lists) using the keyboard (Arrow Down/Up), the selection is immediately reverted to the item currently under the mouse cursor. This makes keyboard navigation impossible if the mouse happens to be resting over the results list.
Screenshots
Fix provided in PR: CortexLM/cortex-ide#58 (Updated with fix)
Steps to Reproduce
- Open Command Palette (Ctrl+Shift+P).
- Rest the mouse cursor over the middle of the command list.
- Use Arrow Down to move selection.
- Observe that the selection briefly moves but immediately jumps back to the item under the mouse.
Expected Behavior
Keyboard navigation should take precedence. Mouse-based selection should only update if the mouse is actually moved.
Actual Behavior
Static mouse hover overrides keyboard selection state.
Project
ide
Description
When navigating the Command Palette (or other quick-pick lists) using the keyboard (Arrow Down/Up), the selection is immediately reverted to the item currently under the mouse cursor. This makes keyboard navigation impossible if the mouse happens to be resting over the results list.
Screenshots
Fix provided in PR: CortexLM/cortex-ide#58 (Updated with fix)
Steps to Reproduce
Expected Behavior
Keyboard navigation should take precedence. Mouse-based selection should only update if the mouse is actually moved.
Actual Behavior
Static mouse hover overrides keyboard selection state.