microsoft/Terminal

Dragging window in F11 Fullscreen makes it movable but fails to exit Fullscreen state (Controls remain hidden)

Open

#19 800 ouverte le 27 janv. 2026

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)C++ (3 212 forks)batch import
Help WantedImpact-VisualIssue-BugPriority-3Product-Terminal

Métriques du dépôt

Stars
 (35 764 stars)
Métriques de merge PR
 (Merge moyen 27j 19h) (24 PRs mergées en 30 j)

Description

Windows Terminal version

1.23.20211.0

Windows build number

10.0.26200.7628

Other Software

No response

Steps to reproduce

  1. Set "showTabsFullscreen": true in settings.json.
  2. Press F11 to enter Fullscreen mode.
  3. Click and drag the tab strip/title bar.

Expected Behavior

Standard Windows behavior suggests that dragging a snapped or fullscreen window should trigger a "Restore" event, exiting Fullscreen mode, resizing the window to its previous dimensions, and showing the window controls. (Alternatively: If Fullscreen is intended to be locked, the window should not be draggable at all).

Actual Behavior

  1. The window detaches and follows the mouse (is draggable).
  2. State persists: The app logic remains in "Fullscreen" mode.
  3. UI broken: The window does not resize to its "Restored" dimensions, and the caption buttons remain hidden.
  4. Recovery: Pressing F11 again is required to properly exit this state and restore standard window controls.

https://github.com/user-attachments/assets/ba18b83d-5277-44e2-80e2-0a3e298b67a6

Guide contributeur