Really hard to resize via top margin when toggleFocusMode is enabled #9741

Closed
opened 2026-01-31 02:02:41 +00:00 by claunia · 6 comments
Owner

Originally created by @iamsergio on GitHub (Jul 22, 2020).

Environment

Windows build number: Microsoft Windows [Version 10.0.19041.388]
Windows Terminal version: 1.2.2022.0

Steps to reproduce

Hide the terminal's title bar and tabs by enabling the new setting 'toggleFocusMode'.
For example, by adding { "command": "toggleFocusMode", "keys": "ctrl+shift+t" }, to your keybindings.

Once you've hidden the title bar, hover over the top window border with your mouse and resize it a bit.
Try resizing it a second time, it no longer works.

Resizing via left, bottom or right margins continue to work though.

Expected behavior

Expected that resizing via the top frame/border still worked.

Actual behavior

Not possible to resize vertically via top-border.

Originally created by @iamsergio on GitHub (Jul 22, 2020). # Environment ```none Windows build number: Microsoft Windows [Version 10.0.19041.388] Windows Terminal version: 1.2.2022.0 ``` # Steps to reproduce Hide the terminal's title bar and tabs by enabling the new setting 'toggleFocusMode'. For example, by adding `{ "command": "toggleFocusMode", "keys": "ctrl+shift+t" },` to your keybindings. Once you've hidden the title bar, hover over the top window border with your mouse and resize it a bit. Try resizing it a second time, it no longer works. Resizing via left, bottom or right margins continue to work though. # Expected behavior Expected that resizing via the top frame/border still worked. # Actual behavior Not possible to resize vertically via top-border.
Author
Owner

@DHowett commented on GitHub (Jul 22, 2020):

This is not by design, lol.

@DHowett commented on GitHub (Jul 22, 2020): This is not by design, lol.
Author
Owner

@WSLUser commented on GitHub (Jul 22, 2020):

Really? I've seen many games where you couldn't. But you could move the window or toggle fullscreen on/off.

@WSLUser commented on GitHub (Jul 22, 2020): Really? I've seen many games where you couldn't. But you could move the window or toggle fullscreen on/off.
Author
Owner

@DHowett commented on GitHub (Jul 22, 2020):

If we're going to support resize on the bottom, left and right borders we should support it on the top too.

@DHowett commented on GitHub (Jul 22, 2020): If we're going to support resize on the bottom, left and right borders we should support it on the top too.
Author
Owner

@zadjii-msft commented on GitHub (Jul 22, 2020):

Oh derp, I mentioned this is #6804, but forgot to file an issue for it

KNOWN ISSUE: Upon resizing the NCIW, the top frame margin disappears, making that border disappear entirely. 6356aaf has a bunch of WIP work for me trying to fix that, but I couldn't get it quite right.

@zadjii-msft commented on GitHub (Jul 22, 2020): Oh derp, I mentioned this is #6804, but forgot to file an issue for it > **KNOWN ISSUE**: Upon resizing the NCIW, the top frame margin disappears, making that border disappear entirely. 6356aaf has a bunch of WIP work for me trying to fix that, but I couldn't get it quite right.
Author
Owner

@ghost commented on GitHub (Nov 11, 2020):

:tada:This issue was addressed in #8140, which has now been successfully released as Windows Terminal v1.4.3141.0.🎉

Handy links:

@ghost commented on GitHub (Nov 11, 2020): :tada:This issue was addressed in #8140, which has now been successfully released as `Windows Terminal v1.4.3141.0`.:tada: Handy links: * [Release Notes](https://github.com/microsoft/terminal/releases/tag/v1.4.3141.0) * [Store Download](https://www.microsoft.com/store/apps/9n8g5rfz9xk3?cid=storebadge&ocid=badge)
Author
Owner

@ghost commented on GitHub (Nov 11, 2020):

:tada:This issue was addressed in #8140, which has now been successfully released as Windows Terminal Preview v1.5.3142.0.🎉

Handy links:

@ghost commented on GitHub (Nov 11, 2020): :tada:This issue was addressed in #8140, which has now been successfully released as `Windows Terminal Preview v1.5.3142.0`.:tada: Handy links: * [Release Notes](https://github.com/microsoft/terminal/releases/tag/v1.5.3142.0) * [Store Download](https://www.microsoft.com/store/apps/9n8g5rfz9xk3?cid=storebadge&ocid=badge)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#9741