Skip to content

fix(aria/menu): focus not moved into menu if items are delayed - #33743

Merged
crisbeto merged 1 commit into
angular:mainfrom
crisbeto:33742/aria-menu-delayed
Aug 28, 2026
Merged

fix(aria/menu): focus not moved into menu if items are delayed#33743
crisbeto merged 1 commit into
angular:mainfrom
crisbeto:33742/aria-menu-delayed

Conversation

@crisbeto

Copy link
Copy Markdown
Member

Fixes that if the items aren't available immediately on open (e.g. when they're in an overlay), the Aria menu fails to move focus into the first item.

Fixes #33742.

Fixes that if the items aren't available immediately on open (e.g. when they're in an overlay), the Aria menu fails to move focus into the first item.

Fixes angular#33742.
@crisbeto
crisbeto requested a review from ok7sai August 28, 2026 10:24
@crisbeto crisbeto added the target: patch This PR is targeted for the next patch release label Aug 28, 2026
@pullapprove
pullapprove Bot requested a review from tjshiu August 28, 2026 10:24
@crisbeto crisbeto added the action: merge The PR is ready for merge by the caretaker label Aug 28, 2026
@crisbeto
crisbeto merged commit 46b918e into angular:main Aug 28, 2026
34 of 36 checks passed
@crisbeto

Copy link
Copy Markdown
Member Author

This PR was merged into the repository. The changes were merged into the following branches:

crisbeto added a commit that referenced this pull request Aug 28, 2026
Fixes that if the items aren't available immediately on open (e.g. when they're in an overlay), the Aria menu fails to move focus into the first item.

Fixes #33742.

(cherry picked from commit 46b918e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: aria/menu target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(aria/menu): activating the menu doesn't move focus to menu items

2 participants