microsoft/Terminal

Double Close Popup

Open

#12,565 opened on Feb 24, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (3,212 forks)batch import
Area-WindowingHelp WantedIssue-BugPriority-3Product-Terminal

Repository metrics

Stars
 (35,764 stars)
PR merge metrics
 (Avg merge 27d 19h) (24 merged PRs in 30d)

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.

Contributor guide