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
If the focus order is not correct i.e. if focus will get stuck at a particular button & will not move forward then it can confuse and disorient the user hindering his ability to complete his task.
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.
Select 'Design Flow' from left navigation.
Now, try to navigate with tab till the flow chart.
Observe the issue when u try to access the flow chart.
Actual:
As soon as focus reaches to the design flow chart, user gets trapped. Keyboard focus does not move forward nor in backward direction. The keyboard focus gets trapped on the design flow chart.
Expected:
The expected behavior is the on pressing tab the focus should moves to the next interactive.
Ex- Design flow chart-->'+' button (Then navigation within the chart should be by up/down arrow)-->next tab property pane at right.
Note:
Due to the trap the user will not be able to navigate within the flow chart, in order to navigate inside the flow chart user will have to use the mouse.
Same Issue observed at the end node, in scan mode the focus gets stuck when user navigate in backward navigation.