Bug Report
Priorities and help requested (not applicable if asking question):
Are you willing to submit a PR to fix? Already done, see #3951
Requested priority: Normal
Products/sites affected: VSTS
Describe the issue:
If submenu props are given in a ContextualMenu item, one may give any ID for the generated submenu. However, the aria-owns property for the parent menu item will always be a generated ID rather than the one specified. This fix causes the aria-owns property to use the correct submenu ID.
Actual behavior:
Wrong aria-owns value
Expected behavior:
Not wrong aria-owns value
Bug Report
Priorities and help requested (not applicable if asking question):
Are you willing to submit a PR to fix? Already done, see #3951
Requested priority: Normal
Products/sites affected: VSTS
Describe the issue:
If submenu props are given in a ContextualMenu item, one may give any ID for the generated submenu. However, the aria-owns property for the parent menu item will always be a generated ID rather than the one specified. This fix causes the aria-owns property to use the correct submenu ID.
Actual behavior:
Wrong aria-owns value
Expected behavior:
Not wrong aria-owns value