[PR #8609] Prevent tab icon from blinking upon tab gaining focus #27252

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

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

State: closed
Merged: Yes


Looks like recent regression:

  1. Every time the tab gains focus (e.g., upon tab switching) we trigger TaskbarProgressChanged
  2. This call results in HideIcon call
  3. This call resets the value of Icon even if hide=false
  4. This triggers reload of the image resulting in blinking
**Original Pull Request:** https://github.com/microsoft/terminal/pull/8609 **State:** closed **Merged:** Yes --- Looks like recent regression: 1. Every time the tab gains focus (e.g., upon tab switching) we trigger `TaskbarProgressChanged` 2. This call results in `HideIcon` call 3. This call resets the value of Icon even if hide=false 4. This triggers reload of the image resulting in blinking
claunia added the pull-request label 2026-01-31 09:20:52 +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#27252