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

Row DOM Performance: browsing the table with virtual cursor does not load new data #90

Open
Jinnie opened this issue Aug 15, 2022 · 0 comments

Comments

@Jinnie
Copy link

Jinnie commented Aug 15, 2022

Voice Over has special virtual cursor mode, in which you can browse a table/grid with a combination of VO-special key and the arrow keys. Default Voice-over key combination is "control-option". A common alternative is the Caps Lock key.
When this mode is activated, keyboard events do not reach the JS layer anymore, and the datagrid programmatic cursor gets out of sync with the virtual cursor.
Virtual cursor does generates small scroll events and does load new data, but does not recognize that there are new rows in the grid, so it jumps to either 1st row, next column, or to the beginning of the grid.

@kevinbuhmann kevinbuhmann changed the title Row DOM Performance: browsing the table with virtual cursor does not load new data. Row DOM Performance: browsing the table with virtual cursor does not load new data Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants