-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
needs triageThis issue needs to be triaged by the teamThis issue needs to be triaged by the team
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
In Grid (@angular/aria: 21.0.1), Arrow Up/Down/Left/Right moves the focused cell as expected. However, when the user keeps the Shift key pressed, the focus does not move anymore. This breaks keyboard flows that involve Shift while navigating, like multi select.
Question
Is this intentional? If not, could ngGrid keep processing Arrow key navigation even when Shift is pressed so modified selection patterns remain functional?
Reproduction
- Use any
ngGrid(e.g., the official demo). - Focus a row/cell.
- Hold Shift and press Arrow Down (or any arrow).
- Focus no longer changes.
Expected Behavior
Arrow navigation should continue to work while Shift is held so users can move focus and extend range selections or perform other Shift-modified shortcuts.
Actual Behavior
Holding Shift prevents the grid from moving focus; the active row/column stays frozen until Shift is released.
Environment
- Angular CLI : 21.0.1
- Node.js : 22.20.0
- Package Manager : npm 11.6.0
- Operating System : macOS darwin arm64
- Browser(s): Chrome, Firefox, Safari
Metadata
Metadata
Assignees
Labels
needs triageThis issue needs to be triaged by the teamThis issue needs to be triaged by the team