-
Notifications
You must be signed in to change notification settings - Fork 756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MAS4.2.1] [Screen Reader->choose a different location] In browse mode NVDA is not navigating to the heading of the dialog window in logical order #1793
Comments
What are the criteria for success here? Do all the headings need to be hit, and what qualifies as a heading (label for inputs, main dialog heading - "Resource settings for this bot")? If the user keeps pressing the down arrow, should the focus eventually stop, or loop back up to the first heading? |
@tonyanziano, main dialog heading qualifies as a heading in this dialog box. Normally when user press down arrow key after close button screen reader should narrate the heading(Resource settings for this bot) and then move to the next control, but here its skipping the heading and moving to the next control , so the heading is never read by screen reader. and regarding the next query , If the user keeps pressing the down arrow, focus should stop at the last control. |
@dollykumari5 Great, thanks for the clarification. |
Verified in latest Bot emulator version -4.5.2-79718 with NVDA(2019.2) .Issue still reproing hence reactivating this bug . |
I can't repro this on version 4.5.2-79718 or 4.5.2-79874 using NVDA 2019.2. Can you please tell me exact step-by-step instructions on how you are encountering this issue? When I enter Browse mode, and open the dialog, the narrator reads "Resource settings for this bot dialog." Also, my narrator does not get stuck on repeatedly narrating "blank" after it reaches the last control via the down arrow. It instead reads "Save changes button". |
@tonyanziano - We will look into this and provide guidance on priority. |
Verified in latest Bot emulator version -4.5.2-80608 with NVDA(2019.2) .Issue still repro'ing hence reactivating this bug . |
@tonyanziano - Team has uploaded the video. feel free to ping me if you have any questions. |
Verified in latest bot emulator version 4.5.2-80829 with NVDA(2019.2) issue got fixed now hence we are closing this bug |
Actual Result:
In browse mode NVDA is not navigating to the heading of the dialog window in logical order present in the Resource setting for this bot
Expected Result:
In browse mode NVDA focus should moves to the heading of the dialog window in logical order
Note: This issue exits throughout the application for all dialog heading controls
Repro Steps:
Turn on the NVDA
1.Open the Bot Framework V4 Emulator.
2.Welcome tab screen gets opened
3.Navigate to the resources and select it
4.Navigate to the transcripts control and select it
5.Navigate to the choose a different location control and select it
6.Dialog gets opened
7.Navigate to the “Resource setting for this bot ” heading using browse mode(Down arrow key)
User Impact:
Users who rely on screen readers will be affected if the screen reader is not moving to the heading elements then the screen reader users will skip the feature
Test Environment:
OS Build: Version 1903(OS Build 18362.239)
Browser: Edge
Application: Bot Framework V4 Emulator
Screen reader: NVDA
MAS Reference Link:
https://microsoft.sharepoint.com/:w:/r/teams/msenable/_layouts/15/WopiFrame.aspx?sourcedoc={b24201d1-2276-4471-8183-e1e5353031ad}
MAS4.2.10_Choose a different location.zip
The text was updated successfully, but these errors were encountered: