ScreenInfoUiaProvider::GetSelection() returns an improper result #4452
Labels
Area-Accessibility
Issues related to accessibility
Issue-Task
It's a feature request, but it doesn't really need a major design.
Priority-1
A description (P1)
Product-Conhost
For issues in the Console codebase
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
Our TermControlUiaProvider (aka ScreenInfoUiaProvider) returns a list of UiaTextRange for our selection (one per row in the buffer).
The docs for
GetSelection
state we should only return one range.Technical Details
For SupportedTextSelection, we state that we only support a single selection.
The documentation for GetSelection states as follows:
The text was updated successfully, but these errors were encountered: