You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The window detaches and follows the mouse (is draggable).
State persists: The app logic remains in "Fullscreen" mode.
UI broken: The window does not resize to its "Restored" dimensions, and the caption buttons remain hidden.
Recovery: Pressing F11 again is required to properly exit this state and restore standard window controls.
Windows Terminal version
1.23.20211.0
Windows build number
10.0.26200.7628
Other Software
No response
Steps to reproduce
"showTabsFullscreen": trueinsettings.json.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
recording.mp4