tauri-apps / tauri

Build smaller, faster, and more secure desktop applications with a web frontend.
https://tauri.app
Apache License 2.0
79.58k stars 2.36k forks source link

[bug] Drag API is invalid on WIN11 #8683

Open kerwin612 opened 5 months ago

kerwin612 commented 5 months ago

@FabianLars Hello, I have a bug here. Can you help me take a look at it when you have time? I refer to the example mentioned in this answer. I use file-drop event in my program. However, it only works properly in WIN10. It cannot accept file drag in WIN11. Is this a known BUG?
This is my code: https://github.com/kerwin612/PortableRunner/blob/c6cc39d9154e591b76f5e473ddc2e7e8b923360e/src/main.js#L193

Run on WIN10 as follows:
win10

Run on WIN11 as follows:
win11

Originally posted by @kerwin612 in https://github.com/tauri-apps/tauri/discussions/4736#discussioncomment-7940734

zzjjbbaa commented 4 months ago

me too