Tab tooltip is empty when zooming pane #11320

Closed
opened 2026-01-31 02:44:31 +00:00 by claunia · 3 comments
Owner

Originally created by @mpela81 on GitHub (Nov 9, 2020).

Environment

Microsoft Windows [Version 10.0.19041.572]

Windows Terminal version (if applicable): dev mainline

Steps to reproduce

  • Split pane
  • Zoom pane
  • Hover on the tab

Expected behavior

The tooltip shows the active title

Actual behavior

The tooltip is blank

Originally created by @mpela81 on GitHub (Nov 9, 2020). # Environment ```none Microsoft Windows [Version 10.0.19041.572] Windows Terminal version (if applicable): dev mainline ``` # Steps to reproduce - Split pane - Zoom pane - Hover on the tab # Expected behavior The tooltip shows the active title # Actual behavior The tooltip is blank
Author
Owner

@mpela81 commented on GitHub (Nov 9, 2020):

As I can see it, when pane is zoomed the tab's header is set with a StackPanel including zoom icon and title, instead of just the title. The tooltip isn't shown automatically in that case.

Fix may be just setting the tooltip explicitly in this case.
Edit: well, if we set the tooltip explicitly we may have to always keep it in sync with the title, so that it changes when you unzoom and select another pane..

@mpela81 commented on GitHub (Nov 9, 2020): As I can see it, when pane is zoomed the tab's header is set with a `StackPanel` including zoom icon and title, instead of just the title. The tooltip isn't shown automatically in that case. Fix may be just setting the tooltip explicitly in this case. Edit: well, if we set the tooltip explicitly we may have to always keep it in sync with the title, so that it changes when you unzoom and select another pane..
Author
Owner

@zadjii-msft commented on GitHub (Nov 9, 2020):

Good catch!

Maybe when we're thinking about doing this, we should add a little blurb like "(zoomed)" or "15%" (for the progress in #6700) to the tooltip as well

@zadjii-msft commented on GitHub (Nov 9, 2020): Good catch! Maybe when we're thinking about doing this, we should add a little blurb like "(zoomed)" or "15%" (for the progress in #6700) to the tooltip as well
Author
Owner

@ghost commented on GitHub (Jan 28, 2021):

:tada:This issue was addressed in #8298, which has now been successfully released as Windows Terminal Preview v1.6.10272.0.🎉

Handy links:

@ghost commented on GitHub (Jan 28, 2021): :tada:This issue was addressed in #8298, which has now been successfully released as `Windows Terminal Preview v1.6.10272.0`.:tada: Handy links: * [Release Notes](https://github.com/microsoft/terminal/releases/tag/v1.6.10272.0) * [Store Download](https://www.microsoft.com/store/apps/9n8g5rfz9xk3?cid=storebadge&ocid=badge)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#11320