BotFramework-Emulator icon indicating copy to clipboard operation
BotFramework-Emulator copied to clipboard

[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

Open Kumar2608 opened this issue 6 years ago • 4 comments

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:

  1. Open the Bot Framework V4 Emulator.
  2. Navigate to the Bot explorer and select it
  3. Navigate to the service plus button and select it
  4. 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

Kumar2608 avatar Aug 22 '19 09:08 Kumar2608

image

Looks like the context menu is trying to focus where the keyboard is, rather than where the + button is.

corinagum avatar Aug 22 '19 20:08 corinagum

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.

tonyanziano avatar Sep 05 '19 00:09 tonyanziano

This is related to the context menu. Postponing for now.

corinagum avatar Sep 18 '19 18:09 corinagum

#HCL-BotFrameworkEmulator; #Emulator-Win; #A11yMAS; #HCL; #MAS3.2.1; #A11ySev3;

v-rampul avatar May 07 '20 23:05 v-rampul