[PR #12286] [MERGED] Fix SizeOfSet and PositionInSet for 'Open JSON File' nav item #28962

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/12286
Author: @carlos-zamora
Created: 1/28/2022
Status: Merged
Merged: 1/31/2022
Merged by: @undefined

Base: mainHead: dev/cazamor/a11y/11154


📝 Commits (1)

  • 909b66f Fix SizeOfSet and PositionInSet for 'Open JSON File' nav item

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 src/cascadia/TerminalSettingsEditor/MainPage.xaml (+2 -2)

📄 Description

Summary of the Pull Request

According to https://github.com/microsoft/microsoft-ui-xaml/issues/1971, PaneFooter does not set the SizeOfSet or PositionInSet properties. However, FooterMenuItems does and works for our scenario. So we just replaced PaneFooter with FooterMenuItems.

Will handle #11154 upon verification from the accessibility team.

Validation Steps Performed

Verified using Accessibility Insights
"Open Json File" button can still be invoked and keyboard navigated to as expected


🔄 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/12286 **Author:** [@carlos-zamora](https://github.com/carlos-zamora) **Created:** 1/28/2022 **Status:** ✅ Merged **Merged:** 1/31/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/cazamor/a11y/11154` --- ### 📝 Commits (1) - [`909b66f`](https://github.com/microsoft/terminal/commit/909b66f69644b8b83a138f6c7a1af9f107a3586a) Fix SizeOfSet and PositionInSet for 'Open JSON File' nav item ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalSettingsEditor/MainPage.xaml` (+2 -2) </details> ### 📄 Description ## Summary of the Pull Request According to https://github.com/microsoft/microsoft-ui-xaml/issues/1971, `PaneFooter` does not set the `SizeOfSet` or `PositionInSet` properties. However, `FooterMenuItems` does and works for our scenario. So we just replaced `PaneFooter` with `FooterMenuItems`. Will handle #11154 upon verification from the accessibility team. ## Validation Steps Performed ✅ Verified using Accessibility Insights ✅ "Open Json File" button can still be invoked and keyboard navigated to as expected --- <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:31:54 +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#28962