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

Drag-and-drop in elevated WinUI3 applications is not supported #4433

Closed
Ajith-GS opened this issue May 22, 2024 · 1 comment
Closed

Drag-and-drop in elevated WinUI3 applications is not supported #4433

Ajith-GS opened this issue May 22, 2024 · 1 comment

Comments

@Ajith-GS
Copy link

Describe the bug

Rearranging controls such as ListViewItems, TabViewItems, etc. using drag and drop makes the application crash when the user runs the application in elevated mode, as an administrator. In normal mode, the issue is not present.

  1. Is there a workaround for handling the above-mentioned issue?
  2. Why doesn't the elevated WinUI3 application support drag-and-drop operations?
  3. Is the Windows App SDK team planning to address the drag-and-drop issue in an upcoming release?

Steps to reproduce the bug

  1. Run the WinUI3 controls gallery application with elevated privileges as an administrator.
  2. Go to TabView control examples page.
  3. Rearrange the Tabs by dragging and dropping.

Expected behavior

Drag-and-drop should work in both normal and elevated modes without causing the application to crash.

Screenshots

No response

NuGet package version

Windows App SDK 1.5.3: 1.5.240428000

Packaging type

Packaged (MSIX), Unpackaged

Windows version

Windows 10 version 22H2 (19045, 2022 Update)

IDE

Visual Studio 2022

Additional context

No response

@codendone
Copy link
Contributor

Same as #3921. We're tracking this here: microsoft/microsoft-ui-xaml#7690

@codendone codendone closed this as not planned Won't fix, can't repro, duplicate, stale May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants