Skip to content

bug(Grid): Shift+Arrow does not move selection #32452

@jonashammerschmidt

Description

@jonashammerschmidt

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

  1. Use any ngGrid (e.g., the official demo).
  2. Focus a row/cell.
  3. Hold Shift and press Arrow Down (or any arrow).
  4. 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

No one assigned

    Labels

    needs triageThis issue needs to be triaged by the team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions