-
Notifications
You must be signed in to change notification settings - Fork 840
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
[EuiDataGrid] Cells in focus aren't always in view #3151
Comments
@myasonik if you can give me an example I can check it out in Chrome. |
Thanks for the offer Mike but @chandlerprall got to it first in another thread and reports that Chrome works as expected. (Also, attached a screenshot to the description) |
Ahh good. Though really do wish things would work better cross browser :D |
@barlowm Would you consider this issue working as expected and we can close it, or it's still a defect that needs remediated? |
If a cell is partially cut off by the scrolling container, there's no way to see the whole thing with just a keyboard. If the cell is completely cut off, the browser will scroll it into view for you.
We should scroll the container to completely show the currently focused cell.
(May be a Firefox only issue.)
The text was updated successfully, but these errors were encountered: