-
Notifications
You must be signed in to change notification settings - Fork 83
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
feat: dashboard keyboard interactions #7811
Conversation
04cfc9c
to
be2f084
Compare
30ed206
to
528e967
Compare
9445c01
to
0451a5d
Compare
e3fe73c
to
f0e8234
Compare
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.
There is an issue in Safari (Version 17.6): the focus gets lost when trying to Tab to the next widget or after removing one of the widgets.
- Select the first widget with a click.
- Press Esc.
- Press Tab.
Expected behavior: The next widget is focused.
Actual behavior: The focus is lost.
Quality Gate passedIssues Measures |
I can't reproduce it, running the same Safari version: Kapture.2024-09-18.at.16.31.40.mp4 |
This ticket/PR has been released with Vaadin 24.6.0.beta1 and is also targeting the upcoming stable 24.6.0 version. |
Description
Dashboard keyboard interactions as described here.
Widget/section move-mode and resize-mode are excluded from this PR and will be added separately.
Part of https://github.com/orgs/vaadin/projects/70/views/1?pane=issue&itemId=79678587
Type of change
Feature