-
Notifications
You must be signed in to change notification settings - Fork 9
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
added feature key navigation user suite #691
Conversation
added a key navigation on the user suite solves #683
bec1e08
to
add9e85
Compare
added a functionality for rolling to the start when pressing next at the end
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The feature is really neat!
We can polish the JS a little here and there, and handle some edge-cases that I found.
In a branch You can cherry-pick this commit: |
Co-authored-by: Lukas Juhrich <[email protected]>
changed some code for better readability also added a check rahter the buttons where pressed when ever the a textfiled/input is selected
This prevents the scrolling when clicking the tab, which is desirable, especially in conjunction with the new ←/→ arrow-navigation. Adapts the history control accordingly which previously assumed that tabs were anchors.
refacored code so the handleKey function is called after pressing the key
@agmes4 if you're done with the changes, ping me, I'll test it briefly again and then I think we can merge :) |
I am done @lukasjuhrich :) |
Outcome
added a key navigation on the user suite
solves #683