[PR #14631] [MERGED] Automatically focus the ColorSchemeListView when we navigate to the ColorSchemes page #30171

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/14631
Author: @PankajBhojwani
Created: 1/4/2023
Status: ✅ Merged
Merged: 1/19/2023
Merged by: @undefined

Base: main ← Head: dev/pabhoj/fix_regression


📝 Commits (3)

  • 98b80e5 focus the list when we navigate to color schemes page
  • 072c9d5 framework element
  • 05a8675 conflict

📊 Changes

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

View changed files

📝 src/cascadia/TerminalSettingsEditor/ColorSchemes.cpp (+2 -0)

📄 Description

This regressed when we implemented ColorSchemeViewModel in #13179.
This commit fixes that by automatically focusing the ColorSchemeListView
when we navigate to the ColorSchemes page, which makes sense from a
user experience perspective anyway.

Closes #11971


🔄 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/14631 **Author:** [@PankajBhojwani](https://github.com/PankajBhojwani) **Created:** 1/4/2023 **Status:** ✅ Merged **Merged:** 1/19/2023 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/pabhoj/fix_regression` --- ### 📝 Commits (3) - [`98b80e5`](https://github.com/microsoft/terminal/commit/98b80e569d2f4cf44f7b17a459a92f82566e937b) focus the list when we navigate to color schemes page - [`072c9d5`](https://github.com/microsoft/terminal/commit/072c9d534c3624a7938f1bd8fbc720c6578ca68c) framework element - [`05a8675`](https://github.com/microsoft/terminal/commit/05a8675d08055b2a7bd1164103fc885e932f38ad) conflict ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalSettingsEditor/ColorSchemes.cpp` (+2 -0) </details> ### 📄 Description This regressed when we implemented ColorSchemeViewModel in #13179. This commit fixes that by automatically focusing the ColorSchemeListView when we navigate to the ColorSchemes page, which makes sense from a user experience perspective anyway. Closes #11971 --- <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:39:06 +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#30171