Repro Steps:
- Launch .NETCore WinForms app with MonthCalendar control.
- Start Narrator.
- Verify that narrator focus is moving in proper logical order or not when user is navigating using caps + arrow keys within the MonthCalendarl control child elements.
Actual:
Narrator focus is not moving in proper logical order when user is navigating using caps + arrow keys.
When users press caps + right arrow key Narrator focus is moving to the MonthCalendar control and then right away goes to the next control.
Expected:
Narrator focus should move from left to right and top to bottom when user is navigating thru the MonthCalendar control children using caps + arrow keys.
When users press caps + right arrow key Narrator focus should move from left to right and top to bottom.
User Impact:
Screen reader users will face difficulty navigating MonthCalendar control using Narrator (caps + arrow keys)
DevDiv issue: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/956421