Feature Request: Clean up UIA Tree Navigation #2102
Labels
Area-Accessibility
Issues related to accessibility
Issue-Task
It's a feature request, but it doesn't really need a major design.
Priority-0
Bugs that we consider release-blocking/recall-class (P0)
Product-Terminal
The new Windows Terminal.
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
Summary of the new feature/enhancement
As of now, the UIA Tree is essentially what we get from XAML. It's great that we actually have a tree that we can navigate now, but now we need to clean it up a bit.
ConHost tends to shift the focus to the text buffer by default. We need to decide on a story for two things:
The implementation of the first doesn't require any knowledge of accessibility. You just need to add tab stops and do a bit of basic XAML changes.
The implementation of the second requires overriding/defining the Navigate() accessibility functions in our current UIA providers and XAML elements.
You can technically do these separately. But when you change one, it'll make it a pain to test when navigating the UIA tree. Let's put our thoughts on how this should look like here!
The text was updated successfully, but these errors were encountered: