Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: support keyboard navigation (arrow key up/down) in grid mode #1231

Merged
merged 5 commits into from
Apr 24, 2023

Conversation

quanho
Copy link
Collaborator

@quanho quanho commented Apr 20, 2023

Motivation

To fix qlik-oss/sn-list-objects#277.

Screenshot 2023-04-21 at 19 40 11

Requirements checklist

  • Api specification
    • Ran yarn spec
      • No changes OR API changes has been formally approved
  • Unit/Component test coverage
  • Correct PR title for the changes (fix, chore, feat)

When build and tests have passed:

  • Add code reviewers, for example @qlik-oss/nebula-core

@quanho quanho requested a review from johanlahti April 20, 2023 12:21
@quanho quanho requested a review from johanlahti April 20, 2023 12:42
@quanho quanho requested a review from T-Wizard April 20, 2023 13:04
@quanho quanho requested a review from T-Wizard April 20, 2023 13:27
@quanho quanho requested a review from T-Wizard April 21, 2023 15:30
columnIndex,
layoutOrder,
}),
[actions, keyboard?.innerTabStops, rowCount, columnCount, rowIndex, columnIndex, layoutOrder]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't know if needed… but might have to add focusListItems too:

Suggested change
[actions, keyboard?.innerTabStops, rowCount, columnCount, rowIndex, columnIndex, layoutOrder]
[actions, focusListItems, keyboard?.innerTabStops, rowCount, columnCount, rowIndex, columnIndex, layoutOrder]

@quanho quanho merged commit a3fafd2 into master Apr 24, 2023
@quanho quanho deleted the hva/sn-filter-pane-277 branch April 24, 2023 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Grid mode keyboard navigation
3 participants