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

Scroll Focus #33

Open
jlippold opened this issue Jan 16, 2022 · 1 comment
Open

Scroll Focus #33

jlippold opened this issue Jan 16, 2022 · 1 comment

Comments

@jlippold
Copy link

When using the arrow keys to navigate the spreadsheet in vue, and you navigate outside of the viewable scroll area, the view doesn't adjust to show the focused cell. But it does work on the demo found here: https://revolist.github.io/revogrid/demo/

Is there a plugin or property that revogrid is using that vue-datagrid is not?

Thanks for the help

@koendeschacht
Copy link

koendeschacht commented Mar 15, 2022

@jlippold I just submitted a very similar bug #39 . Maybe that's also your problem?

If you are not able to remove the CSS rule for [hidden] in your codebase (e.g. when importing another framework), you can temporarily fix it with:

[hidden] {
display: block !important;
visibility: hidden;
pointer-events: none;
}

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

No branches or pull requests

2 participants