-
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
fix: prevent year scroller from getting focused in Chrome #8174
Conversation
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.
LGTM. Looks like this was introduced in Chrome 130, see the related blog post.
Quality Gate passedIssues Measures |
) Co-authored-by: Sergey Vinogradov <[email protected]>
) Co-authored-by: Sergey Vinogradov <[email protected]>
This ticket/PR has been released with Vaadin 24.6.0.beta1 and is also targeting the upcoming stable 24.6.0 version. |
Description
Since Chrome 130, scrollable elements have become keyboard focusable by default. The PR prevents the date-picker year scroller from getting unexpectedly focused when navigating inside the overlay in Chrome.
Type of change