You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracking all of the issues brought up with the 08/24 accessibility pass on Contextual Menu control
Details on individual bugs can be found on SharePoint
Bug 1 : [Accessibility][Forms and validation]: 'Actions' label is not associated with its corresponding control.
@KevinTCoughlin: This is a header node, so perhaps the correct fix here is to use aria-label on the search input as that element is missing a corresponding label.
Bug 2 : [Accessibility][Screen reader]: Label or place holder is not provided for the Edit field(250) present under Contextual Menu with Sub Menus
Bug 3 : [Accessibility][Screen reader]: Narrator focus moves twice on the first element of context menu in scan mode.
Bug 4 : [Accessibility][Screen reader]: Name, Role and state is not properly defined for split buttons under 'ContextualMenu with checkable menu items and toggleable split button'.
Bug 10 : [Accessibility][Screen reader]: Narrator focus moves onto hidden elements in scan mode in backward navigation.
Bug 11 : [Accessibility][Screen reader]: User is not able to access "Share w/split button " in scan mode.
Bug 12 : [Accessibility][Programmatic access]: id attribute value must be unique.
Bug 13 : [Accessibility][Programmatic access]: 'Hierarchy levels' are not defined for submenus.
Bug 14 : [Functional]: Some controls are not implemented properly in 'Charm' submenu window.
Bug 15 : [Accessibility][Usable]: Header/Label should be define for 'Categories group' in 'Categorize submenu'.
@KevinTCoughlin: Not sure if we can do this with current API. ariaLabel on subMenuProps adds the aria-label to the button, not the callout submenu.
Bug 16 : [Accessibility][Programmatic access]: Role of the categories is not appropriate as multiple selection of categories could be possible.
Bug 17 : [Accessibility][Usable]: Screen does not scroll down along with keyboard focus in back navigation.
Bug 18 : [Accessibility][Keyboard]: User is not able to delete 'NAN' value from 'Hover delay' edit box under 'ContextualMenu with submenus' after entering invalid values.
Tracking all of the issues brought up with the 08/24 accessibility pass on Contextual Menu control
Details on individual bugs can be found on SharePoint
aria-labelon the search input as that element is missing a corresponding label.ariaLabelonsubMenuPropsadds thearia-labelto the button, not the callout submenu.Component: ContextualMenu
@micahgodbolt