-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Moving tabs out of terminal doesn't work properly with startupActions #16050
Copy link
Copy link
Closed
Labels
Area-WindowingWindow frame, quake mode, tearoutWindow frame, quake mode, tearoutIn-PRThis issue has a related PRThis issue has a related PRIssue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsProduct-TerminalThe new Windows Terminal.The new Windows Terminal.Severity-BlockingWe won't ship a release like this! No-siree.We won't ship a release like this! No-siree.
Milestone
Metadata
Metadata
Assignees
Labels
Area-WindowingWindow frame, quake mode, tearoutWindow frame, quake mode, tearoutIn-PRThis issue has a related PRThis issue has a related PRIssue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsProduct-TerminalThe new Windows Terminal.The new Windows Terminal.Severity-BlockingWe won't ship a release like this! No-siree.We won't ship a release like this! No-siree.
Windows Terminal version
1.18.2681.0
Windows build number
10.0.19045.3448
Other Software
No response
Steps to reproduce
startupActionsin the Terminal's configuration (you can set config to the below JSON, it seems that the terminal will auto-generate the rest after and it's still reproducible):{ "startupActions": "new-tab -p \"PowerShell\" ; new-tab -p \"Command Prompt\"" }Expected Behavior
I expected the new window to contain the dragged-out tab, without
startupActionsbeing ran.Actual Behavior
The new window does not contain the dragged-out tab and is started as it was the first terminal window per the
startupActions. The old window no longer has the dragged-out tab either.NVIDIA_Share_2023-09-28_12-09-46.mp4