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

feat: include popover content in Tab order after the target #7609

Merged
merged 3 commits into from
Aug 2, 2024

Conversation

web-padawan
Copy link
Member

Description

Fixes #7607

Implemented the Tab order for vaadin-popover overlay content. See the video:

popover-tab-order.mp4

Type of change

  • A11y feature

Note

As it's now impossible to close the popover on target Tab (the focus will move to the overlay when it's non modal, and the focus will be trapped inside the overlay when modal), corresponding listener and test has been removed.

Copy link

sonarcloud bot commented Aug 1, 2024

@web-padawan web-padawan removed the request for review from vursen August 2, 2024 07:28
@web-padawan web-padawan merged commit 4e1d346 into main Aug 2, 2024
9 checks passed
@web-padawan web-padawan deleted the feat/popover-tab-order branch August 2, 2024 07:28
@vaadin-bot
Copy link
Collaborator

This ticket/PR has been released with Vaadin 24.5.0.alpha7 and is also targeting the upcoming stable 24.5.0 version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[popover] Move focus to popover content on Tab from target
3 participants