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

Re-focus on last focused row does not work #243

Open
johanlahti opened this issue Mar 31, 2023 · 0 comments
Open

Re-focus on last focused row does not work #243

johanlahti opened this issue Mar 31, 2023 · 0 comments
Labels
bug Something isn't working prio4

Comments

@johanlahti
Copy link
Collaborator

It's currently relying on class name .last-focused which is added to the row when it gets blurred.
Instead, I think we should use a store for this (that stores the row index) like we do in the angular filter pane. That works better together with the first row tabIndex assignment, which is the default row to be focused in the nebula listbox.

@johanlahti johanlahti added prio4 bug Something isn't working labels Mar 31, 2023
@johanlahti johanlahti self-assigned this Mar 31, 2023
@johanlahti johanlahti removed their assignment Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working prio4
Projects
None yet
Development

No branches or pull requests

1 participant