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
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
User Experience
The screen reader user will get confused if the proper information is not announced by the narrator.
Test Environment
Browser: Microsoft Edge Canary Version: 82.0.425.0 (Official build)
OS build: 2004 (19564.1005)
Screen Reader: Narrator
URL: Bot Framework Composer Prerequisite Here
Repro Steps:
Open the above mentioned URL in EDGE and turn on narrator.
Navigate to already created dialog tree item and activate it. Such as- Greetings, Actions, EndDialog etc.
Click on "+" and select 'Access External resources'. Then select 'Connect to QnA Knowledgebase' from the available options.
Navigate to edit fields under "Strict Filters' having functionality to enter.
Observer the issue in Property Pane.
Actual:
The screen reader didn't announce any information about the functionality of 'Enter' to insert the data. Same issue found for the 'Value and Name' edit field.
Narrator only narrates the placeholder whereas the edit fields have functionality that if user press 'Enter' the data gets inserted.
Expected:
The narrator should announce the functionality of 'Enter'. It should announce as 'Press Enter to insert name or press tab to move the cursor on the next interactive element'.
Similarly for value edit field 'Press Enter to insert value or press tab to move the cursor on the next interactive element'.
Note:
Issue is observed for all the Property Pane which have similar control such as 'Property Pane_Ask a question (Other)'.