-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
Reordering tabs crashes when Terminal is running elevated #3581
Comments
Amazing. I bet this is a platform feature. |
(related to XAML islands, tearouts, capturing the mouse across elevation boundaries, etc.) |
This is now being tracked as MSFT:24041938. |
Are you guys trying to heal this bug holistically or something? |
You're funny. |
So, you're saying it's unequivocally their fault? That's brave of you. |
The platform team has said that they are not going to fix it. They want us to detect when running as administrator and disable drag & drop activity. |
There's a platform limitation that causes us to crash when we rearrange tabs. Xaml tries to send a drag visual (to wit: a screenshot) to the drag hosting process, but that process is running at a different IL than us. For now, we're disabling elevated drag. Fixes #3581
There's a platform limitation that causes us to crash when we rearrange tabs. Xaml tries to send a drag visual (to wit: a screenshot) to the drag hosting process, but that process is running at a different IL than us. For now, we're disabling elevated drag. Fixes #3581
There's a platform limitation that causes us to crash when we rearrange tabs. Xaml tries to send a drag visual (to wit: a screenshot) to the drag hosting process, but that process is running at a different IL than us. For now, we're disabling elevated drag. Fixes microsoft#3581
Environment
Windows build 10.0.18362.0
Windows Terminal version (if applicable): 0.6.3161.0
Steps to reproduce
Launch Terminal as administrator.
Create a couple of tabs.
Try to reorder the tabs via click+drag
Expected behavior
Tabs are reordered
Actual behavior
Terminal crashes
The text was updated successfully, but these errors were encountered: