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.
"Bot Framework Composer" homepage will gets opened.
Navigate to "Open" button and activate it.
'Select a Bot' dialog gets opened.
Navigate within the table using up/down arrow keys and observe the issue.
Actual Result:
Navigation within table is not performed using up/down arrow keys. When user press down arrow key to navigate to next row, then either the table gets refreshed & focus shifts to another control or new page gets opened.
Note:
Same issue is repro within: Save >Define conversation objective table.
Select 'Notification' from left navigation bar, when focus reach on table 1st column & press down arrow key, the new page gets open, which is incorrect and when user press 'Enter' key on error, then also nothing is happened. (Refer: Attachment: Functional_Notfication_error)
Sorting is also not performed.
Expected Result:
Navigation within table is not performed using up/down arrow keys. When user press down arrow key to navigate to next row, focus should land to next row rather than refreshing the table and new page to open.