microsoft/Terminal

Double Close Popup

Open

#12.565 geöffnet am 24. Feb. 2022

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (3.212 Forks)batch import
Area-WindowingHelp WantedIssue-BugPriority-3Product-Terminal

Repository-Metriken

Stars
 (35.764 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide