[PR #10619] [MERGED] Encapsulate settings main frame to prevent overflow #28144

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/10619
Author: @mimvdb
Created: 7/11/2021
Status: Merged
Merged: 7/12/2021
Merged by: @undefined

Base: mainHead: dev/mimvdb/settings_overlap_fix


📝 Commits (1)

  • 4130d7f Encapsulate settings main frame to prevent overflow

📊 Changes

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

View changed files

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

📄 Description

When navigating the settings (or saving/discarding) the animation of the main content overflows the bar with the save and discard buttons. If the main content is encapsulated in a ScrollView the issue goes away.

Fixes one of the issues in #10609

Validation Steps Performed

Clicked around a whole bunch and have not seen the overflow happen again. Verified that on tabs where scroll is necessary it can still be scrolled, and reflow of elements still functions.


🔄 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/10619 **Author:** [@mimvdb](https://github.com/mimvdb) **Created:** 7/11/2021 **Status:** ✅ Merged **Merged:** 7/12/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/mimvdb/settings_overlap_fix` --- ### 📝 Commits (1) - [`4130d7f`](https://github.com/microsoft/terminal/commit/4130d7ff473d2a75b6d854b5ef2729c405c47785) Encapsulate settings main frame to prevent overflow ### 📊 Changes **1 file changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalSettingsEditor/MainPage.xaml` (+3 -2) </details> ### 📄 Description When navigating the settings (or saving/discarding) the animation of the main content overflows the bar with the save and discard buttons. If the main content is encapsulated in a ScrollView the issue goes away. Fixes one of the issues in #10609 ## Validation Steps Performed Clicked around a whole bunch and have not seen the overflow happen again. Verified that on tabs where scroll is necessary it can still be scrolled, and reflow of elements still functions. --- <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:26:37 +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#28144