-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows Terminal does not open with button displaying "maximized" state #3440
Labels
Area-User Interface
Issues pertaining to the user interface of the Console or Terminal
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Priority-3
A description (P3)
Product-Terminal
The new Windows Terminal.
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
Comments
ghost
added
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Needs-Tag-Fix
Doesn't match tag requirements
labels
Nov 5, 2019
DHowett-MSFT
changed the title
Windows Terminal does not open "maximized"
Windows Terminal does not open with button displaying "maximized" state
Nov 7, 2019
zadjii-msft
added
Area-User Interface
Issues pertaining to the user interface of the Console or Terminal
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Product-Terminal
The new Windows Terminal.
labels
Nov 7, 2019
zadjii-msft
added
Priority-3
A description (P3)
and removed
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
labels
Nov 7, 2019
29 tasks
One other thing, the original size is also lost so when you launch again, you have to manually resize the window again. |
3 tasks
ghost
pushed a commit
that referenced
this issue
May 21, 2020
## Summary of the Pull Request This is an enormously trivial nit - when we launch maximized, we don't draw the maximize button in the "restore" state. This PR changes the terminal to manually update the Maximize button on launch, once the titlebar is added to the UI tree. ## PR Checklist * [x] Closes #3440 * [x] I work here * [ ] Tests added/passed * [n/a] Requires documentation to be updated
ghost
added
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
and removed
In-PR
This issue has a related PR
labels
May 21, 2020
jelster
pushed a commit
to jelster/terminal
that referenced
this issue
May 28, 2020
…rosoft#5988) ## Summary of the Pull Request This is an enormously trivial nit - when we launch maximized, we don't draw the maximize button in the "restore" state. This PR changes the terminal to manually update the Maximize button on launch, once the titlebar is added to the UI tree. ## PR Checklist * [x] Closes microsoft#3440 * [x] I work here * [ ] Tests added/passed * [n/a] Requires documentation to be updated
🎉This issue was addressed in #5988, which has now been successfully released as Handy links: |
DHowett
pushed a commit
that referenced
this issue
Jun 24, 2020
## Summary of the Pull Request This is an enormously trivial nit - when we launch maximized, we don't draw the maximize button in the "restore" state. This PR changes the terminal to manually update the Maximize button on launch, once the titlebar is added to the UI tree. ## PR Checklist * [x] Closes #3440 * [x] I work here * [ ] Tests added/passed * [n/a] Requires documentation to be updated (cherry picked from commit 2af722b)
🎉This issue was addressed in #5988, which has now been successfully released as Handy links: |
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area-User Interface
Issues pertaining to the user interface of the Console or Terminal
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Priority-3
A description (P3)
Product-Terminal
The new Windows Terminal.
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
Environment
Steps to reproduce
Set
"launchMode": "maximized"
withinprofiles.json
Expected behavior
Windows Terminal opens maximized.
Actual behavior
Windows Terminal opens with maximum screen size, but not maximized (see screenshots).
wrong (actual implementation):
correct:
The text was updated successfully, but these errors were encountered: