microsoft/Terminal

Double Close Popup

Ouverte

#12 565 ouverte le 24 févr. 2022

 (0 commentaire) (0 réaction) (0 personne assignée)C++ (9 275 forks)batch import
Area-WindowingHelp WantedIssue-BugPriority-3Product-Terminal

Métriques du dépôt

Stars
 (103 173 étoiles)
Métriques de merge PR
 (Merge moyen 27j 19h) (24 PRs mergées en 30 j)

Description

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.

Guide contributeur