Skip to content
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

New tab dropdown lagging after adding folder #18197

Open
samad20 opened this issue Nov 14, 2024 · 1 comment
Open

New tab dropdown lagging after adding folder #18197

samad20 opened this issue Nov 14, 2024 · 1 comment
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting

Comments

@samad20
Copy link

samad20 commented Nov 14, 2024

Windows Terminal version

1.21.2911.0

Windows build number

19043,1288

Other Software

No response

Steps to reproduce

after I add a folder on drop menu it is lagging suddenly and quit from windows terminal (see the video).

lagging.webm

my newTabMenu conf look like this:
"newTabMenu": [
{
"type": "folder",
"name": "ssh",
"icon": "C:\path\to\icon.png",
"entries": [
{ "type": "profile", "profile": "test2" },
{ "type": "profile", "profile": "test1" }
]
},
{
"type": "remainingProfiles"
}
]

Expected Behavior

No response

Actual Behavior

it suppose does not quit from windows terminal

@samad20 samad20 added Issue-Bug It either shouldn't be doing this or needs an investigation. Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels Nov 14, 2024
@zadjii-msft
Copy link
Member

Windows build number

19043,1288

I bet that's the issue. There was a known issue in system XAML that would crash nested XAML flyouts like this. Make sure to update your OS 😉

If you get all the way up to date (which I believe is 19045), does the issue go away/?

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting
Projects
None yet
Development

No branches or pull requests

2 participants