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

[EuiDataGrid] Optimize tabbable usage #5115

Closed
Tracked by #5083
chandlerprall opened this issue Aug 31, 2021 · 0 comments · Fixed by #5136
Closed
Tracked by #5083

[EuiDataGrid] Optimize tabbable usage #5115

chandlerprall opened this issue Aug 31, 2021 · 0 comments · Fixed by #5136
Assignees

Comments

@chandlerprall
Copy link
Contributor

Currently, moving the mouse cursor across a data grid triggers multiple mouseout events, each calling tabbable on the grid to manage element tab orders. On our primary example, at 10 rows visible, this takes ~15-20ms to do. If the example grid is expanded to 100 rows, this time grows to a full second. SIEM has a grid where it takes at least twice as long.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant