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

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

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

State: closed
Merged: Yes


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

**Original Pull Request:** https://github.com/microsoft/terminal/pull/12286 **State:** closed **Merged:** Yes --- ## 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
claunia added the pull-request label 2026-01-31 09:31:55 +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#28967