Skip to content

fix(windows): enable drag&drop for initially hidden windows (fix tauri#14643)#1638

Open
sht2017 wants to merge 1 commit intotauri-apps:devfrom
sht2017:dev
Open

fix(windows): enable drag&drop for initially hidden windows (fix tauri#14643)#1638
sht2017 wants to merge 1 commit intotauri-apps:devfrom
sht2017:dev

Conversation

@sht2017
Copy link

@sht2017 sht2017 commented Dec 13, 2025

Fix for #1639, originally opened at tauri-apps/tauri#14643.

@github-actions
Copy link
Contributor

Package Changes Through 90c424e

There are 1 changes which include wry with minor

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
wry 0.53.5 0.54.0

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@Legend-Master
Copy link
Contributor

Hey, thanks for contributing

I am still wondering what's really the cause of this problem, it seems to me that this only happens when you set with_focused(false) on the wry webview and with_visible(false) on tao, and even with that, I don't always reproduce it, and to me, it seems like if I remove the SetAllowExternalDrop call, I can no longer reproduce it

@amrbashir do you still remember how SetAllowExternalDrop(false) call works added in #1409? I have no problem getting the drag drop events when dragging files/links/folders from the recent files view in File Explorer with or without this call 🤔

@amrbashir
Copy link
Member

@amrbashir do you still remember how SetAllowExternalDrop(false) call works added in #1409? I have no problem getting the drag drop events when dragging files/links/folders from the recent files view in File Explorer with or without this call 🤔

I don't really remember but it may have been an issue on Windows 11 only

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

Successfully merging this pull request may close these issues.

3 participants