[MAS3.2.1][Keyboard Navigation Services->+symbol] When the user press the enter key on Services plus button focus is not on the menu item
Actual Result: When the user presses the enter key on Services plus button focus is not on the menu item Narrator focus also not moving to the menu item When the user cancels the menu item using esc key , focus is not lands on the Services plus button
Expected Result: When the user presses the enter key on Services plus button focus should be lands on the “Add Language understanding(LUIS) only and should read the menu item information When the user cancels the menu item using esc key , focus should be lands on the Services plus button only.
Repro Steps:
- Open the Bot Framework V4 Emulator.
- Navigate to the Bot explorer and select it
- Navigate to the service plus button and select it
- Observe the issue
User Impact: Users who rely on keyboard navigation will be affected if the keyboard focus is not lands on the expected control keyboard users will be affected where the exact keyboard focus lands on it .
Test Environment: OS Build: Version 1903(OS Build 18362.239) Browser: Edge Application: Bot Framework V4 Emulator
MAS Reference Link: Sharepoint Link MAS3.2.1_Add Language menu.zip MAS3.2.1_Add Language.zip

Looks like the context menu is trying to focus where the keyboard is, rather than where the + button is.
Not sure what we can do about this one in the short term. The context menu is native to the OS, and there is no API available allowing us to control what option gets focused when it is opened.
To resolve this we would have to write a custom control.
This is related to the context menu. Postponing for now.
#HCL-BotFrameworkEmulator; #Emulator-Win; #A11yMAS; #HCL; #MAS3.2.1; #A11ySev3;