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

[Problem/Bug]: When AllowExternalDrop is set to false, the VueDraggable property of VUE cannot be used properly #4830

Open
weiaiweiai opened this issue Sep 23, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@weiaiweiai
Copy link

What happened?

When AllowExternalDrop is set to false, the VueDraggable property of VUE cannot be used properly

Importance

Important. My app's user experience is significantly compromised.

Runtime Channel

Stable release (WebView2 Runtime)

Runtime Version

No response

SDK Version

No response

Framework

Winforms

Operating System

Windows 10, Windows 11

OS Version

No response

Repro steps

I tried recording a video that showed that when AllowExternalDrop is set to false, the page cannot be dragged.
But after annotating AllowExternalDrop, the page returned to normal.
If you need me to provide the source code of the project, please let me know.

QQ2024923-91816_compressed.mp4

Repros in Edge Browser

No, issue does not reproduce in the corresponding Edge version

Regression

Don't know

Last working version (if regression)

No response

@weiaiweiai weiaiweiai added the bug Something isn't working label Sep 23, 2024
@johna-ms
Copy link
Contributor

I believe this is by design. Setting AllowExternalDrop = false on the WinForms WebView2 will block any drag. So if by Vue you are referring to the javascript framework ie. content hosted in the WebView2, then setting AllowExternalDrop false will prevent drag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants