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

Feat: Ability To Disable File Drop Handler #3680

Merged
merged 1 commit into from
Feb 8, 2025

Conversation

DogeDark
Copy link
Member

@DogeDark DogeDark commented Feb 3, 2025

If the file drop handler isn't provided, files cannot be dropped. Unfortunately, this causes HTML drag-n-drop events to no longer fire on Windows. This is an upstream issue with Window's webview2.

The solution for now is to allow disabling the drop handler to fit the dev's required use-case.
Related Issue (*does not fully solve*): #2167

@DogeDark DogeDark added bug Something isn't working enhancement New feature or request desktop Suggestions related to the desktop renderer windows labels Feb 3, 2025
@DogeDark DogeDark added this to the 0.6.3 milestone Feb 3, 2025
@DogeDark DogeDark requested a review from a team as a code owner February 3, 2025 18:19
@jkelleyrtp jkelleyrtp merged commit 18feb0b into DioxusLabs:main Feb 8, 2025
16 of 17 checks passed
@DogeDark DogeDark deleted the disable-drop-handler branch February 8, 2025 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working desktop Suggestions related to the desktop renderer enhancement New feature or request windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants