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(listbox): shift tab on container should take you to cell #1207

Merged
merged 8 commits into from Mar 31, 2023

Conversation

johanlahti
Copy link
Contributor

@johanlahti johanlahti commented Mar 31, 2023

Motivation

When focus is on a listbox container, the following should happen (implemented with this PR):

  • Shift + Tab -> Focus on container's cell
  • Tab -> "Do nothing" (let the event propagate and follow its native route)

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

@johanlahti johanlahti marked this pull request as ready for review March 31, 2023 10:03
@quanho quanho merged commit bd844cb into master Mar 31, 2023
5 checks passed
@quanho quanho deleted the fix/shift-tab branch March 31, 2023 15:02
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.

None yet

3 participants