-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Open
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/menu
Description
Is this a regression?
The previous version in which this bug was not present was
No response
Description
It seems like the issue : 26262 has not been resolved,
The Trigger does not update aria values and misbehaves in OnPush components.
Reproduction
StackBlitz link: https://stackblitz.com/edit/angular-bqrgp1-p8dplp?file=src%2Fapp%2Fmenu-overview-example.ts
Steps to reproduce:
Expected Behavior
When selecting an item menu-item
from the menu, the aria-label
and aria-expanded
should be updated correctly,
From the example above, NVDA should read item2 with menu being collapsed
Actual Behavior
As shown in the screenshot, when we click on the item2, NVDA is reading item1 with the menu being expanded
Environment
- Angular: 17.3.7
- CDK/Material: 17.3.7
- Browser(s): Chrome
- Operating System (e.g. Windows, macOS, Ubuntu): Windows
Metadata
Metadata
Assignees
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/menu