Skip to content

Shift+Arrow doesn't extend the cell selection range #65

Description

@zvndev

With enableKeyboardNavigation + enableCellSelection, mouse click-drag extends cellSelectionRange correctly, but Shift+Arrow does nothing to the range — keyboard nav forwards only ctrlKey on Arrow keys (shiftKey is wired only for Tab), so arrows always move focus and the range stays collapsed.

Repro: focus a cell, press Shift+ArrowDown ×3 → getCellSelectionRange() still {start:{r,c}, end:{r,c}}.

Expected (spreadsheet convention): Shift+Arrow extends the selection from the anchor; Cmd/Ctrl+Shift+Arrow extends to the data edge.

Versions: yable-react 0.10.4 / yable-core 0.9.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions