[PR #14178] [MERGED] Apply AutoProps to TextBox settings in SUI #29978

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/14178
Author: @carlos-zamora
Created: 10/11/2022
Status: Merged
Merged: 11/4/2022
Merged by: @undefined

Base: mainHead: dev/cazamor/a11y/sui-textbox-ap


📝 Commits (4)

  • 9b57cd3 Apply AutoProps to TextBox settings in SUI
  • 99ceaf5 apply feedback; don't apply AP to panels
  • d5ddf47 Merge branch 'main' into dev/cazamor/a11y/sui-textbox-ap
  • f3d4781 fix bad merge

📊 Changes

1 file changed (+13 additions, -10 deletions)

View changed files

📝 src/cascadia/TerminalSettingsEditor/SettingContainer.cpp (+13 -10)

📄 Description

We already were setting the automation properties on the expander, however, we were not setting it on the content when an expander was present. This change applies the automation properties to both the expander and the child content (i.e. TextBox).

Closes #13827


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/14178 **Author:** [@carlos-zamora](https://github.com/carlos-zamora) **Created:** 10/11/2022 **Status:** ✅ Merged **Merged:** 11/4/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/cazamor/a11y/sui-textbox-ap` --- ### 📝 Commits (4) - [`9b57cd3`](https://github.com/microsoft/terminal/commit/9b57cd3962ac2eb765d50a61bf0a8f9dd1470d06) Apply AutoProps to TextBox settings in SUI - [`99ceaf5`](https://github.com/microsoft/terminal/commit/99ceaf5accb700117c72f65a28271ff38f06861e) apply feedback; don't apply AP to panels - [`d5ddf47`](https://github.com/microsoft/terminal/commit/d5ddf47a9844b133d76df4227a134afa6d6700e3) Merge branch 'main' into dev/cazamor/a11y/sui-textbox-ap - [`f3d4781`](https://github.com/microsoft/terminal/commit/f3d478174d6e6fb63cf49b1fc38fba11430db3da) fix bad merge ### 📊 Changes **1 file changed** (+13 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalSettingsEditor/SettingContainer.cpp` (+13 -10) </details> ### 📄 Description We already were setting the automation properties on the expander, however, we were not setting it on the content when an expander was present. This change applies the automation properties to both the expander and the child content (i.e. TextBox). Closes #13827 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:37:58 +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#29978