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

Tabbing thru table cells does not automatically adjust the horizontal scroll bar #257

Closed
mellissatort opened this issue Nov 2, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@mellissatort
Copy link

Describe the bug
When a table has more cells than displayed on the screen, if the user is tabbing to the right thru the cells, the horizontal scroll bar does not move in line with the tabbing. When the user tabs to the left the scroll bar does move in line with the tabbing.

To Reproduce
Steps to reproduce the behavior:

  1. Go to a table containing more columns than displayed in a window
  2. Select the first cell in the table
  3. Use the [tab] key to tab to the right thru the row cells. Notice the table horizontal scroll bar does not move in line with tabbing
  4. Manually scroll to the right in the table view
  5. Use the [shift]+[tab] key to tab to the left thru the row cells. Notice the table horizontal scroll bar does move in line with the tabbing

Expected behavior
The horizontal scroll bar should move in line with the tabbing when tab to the right or left

Desktop (please complete the following information):

  • OS: iOS 10.14.6
  • Browser Chrome
  • Version 86.0.4240.111
@notsidney
Copy link
Contributor

notsidney commented Nov 3, 2020

Hi @mellissatort, this is fixed as part of an update to react-data-grid. It will be part of the next release, v1.1.0 (#258)

@notsidney notsidney added the bug Something isn't working label Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants