[PR #14180] Make SUI breadcrumb readable by screen readers #29980

Open
opened 2026-01-31 09:37:59 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/14180

State: closed
Merged: Yes


The breadcrumbs in the SUI were not readable by screen readers because they are represented as a button with a text block inside of it. Turns out, if you make the DataTemplate's item IStringable (meaning it has a ToString()), it all magically works! Allowing the screen reader to read the button as text.

Closes #13826

**Original Pull Request:** https://github.com/microsoft/terminal/pull/14180 **State:** closed **Merged:** Yes --- The breadcrumbs in the SUI were not readable by screen readers because they are represented as a button with a text block inside of it. Turns out, if you make the DataTemplate's item `IStringable` (meaning it has a `ToString()`), it all magically works! Allowing the screen reader to read the button as text. Closes #13826
claunia added the pull-request label 2026-01-31 09:37:59 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#29980