UiaTextRange - ScrollIntoView Implementation #2361
Labels
Area-Accessibility
Issues related to accessibility
Issue-Task
It's a feature request, but it doesn't really need a major design.
Needs-Tag-Fix
Doesn't match tag requirements
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
Description of the new feature/enhancement
ConHost's
UiaTextRange
allows you to scroll into another viewport (UiaTextRange::ScrollIntoView()
). This needs to be implemented in WindowsTerminal to allow for proper scrolling using the UIA Tree.Proposed technical implementation details (optional)
After refactoring the UIA Providers (
ScreenInfoUiaProvider
andUiaTextRange
) into a better separated model (#2120), the location for this implementation is a lot clearer. There's an associated TODO in TermControl -> UiaTextRange.cpp.The text was updated successfully, but these errors were encountered: