microsoft/Terminal

Double Close Popup

Aperta

#12.565 aperta il 24 feb 2022

 (0 commenti) (0 reazioni) (0 assegnatari)C++ (9275 fork)batch import
Area-WindowingHelp WantedIssue-BugPriority-3Product-Terminal

Metriche repository

Star
 (103.173 stelle)
Metriche merge PR
 (Merge medio 27g 19h) (24 PR mergiate in 30 g)

Descrizione

From MSFT:37868165

Hovering over the close window button in Windows Terminal for a certain period of time will show two hover popups both showing "Close".

Looks like we get the xaml popup and the user32 one. Easiest fix would be to get rid of the xaml one, but then it would be different from the others.

We may want to explore not having a user32 titlebar at all in tabs in titlebar mode.

Guida contributor