[PR #15217] [MERGED] Also do the VisualState dance on the tab item #30500

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/15217
Author: @zadjii-msft
Created: 4/20/2023
Status: Merged
Merged: 4/24/2023
Merged by: @zadjii-msft

Base: mainHead: dev/migrie/b/15184-tab-text-black


📝 Commits (2)

📊 Changes

1 file changed (+22 additions, -4 deletions)

View changed files

📝 src/cascadia/TerminalApp/TabBase.cpp (+22 -4)

📄 Description

Just changing the Theme also doesn't seem to work by itself - there seems to be a way for the tab to set the deselected foreground onto itself as it becomes selected. If the mouse isn't over the tab, that can result in mismatched fg/bg's

Regressed around #15078

Closes #15184


🔄 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/15217 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 4/20/2023 **Status:** ✅ Merged **Merged:** 4/24/2023 **Merged by:** [@zadjii-msft](https://github.com/zadjii-msft) **Base:** `main` ← **Head:** `dev/migrie/b/15184-tab-text-black` --- ### 📝 Commits (2) - [`6c36e70`](https://github.com/microsoft/terminal/commit/6c36e70cb85db94e01914fefb59d3d06a7fbf9cb) oh it's so dumb - [`de46aa4`](https://github.com/microsoft/terminal/commit/de46aa4e0e145c2e6e81dc505e9dcd80c8c2b85d) add comment ### 📊 Changes **1 file changed** (+22 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/TabBase.cpp` (+22 -4) </details> ### 📄 Description Just changing the Theme also doesn't seem to work by itself - there seems to be a way for the tab to set the deselected foreground onto itself as it becomes selected. If the mouse isn't over the tab, that can result in mismatched fg/bg's Regressed around #15078 Closes #15184 --- <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:41:14 +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#30500