Replies: 1 comment
-
|
Thanks for reporting this, @david-7x0! You're right — this is a regression introduced in 3.9.0. The native file drop support we added in PR #5866 registered a document-level A fix is up in PR #5943 — it makes the handler only activate when files are being dragged from outside the browser, so in-page drag-and-drop works normally again. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Example Code
Description
The Trello Cards example works fine in non-native but in native mode the dragstart event is fired, but not the dragover, dragleave or drop events.
Maybe I'm missing some configuration for the native mode to work. Cheers :)
NiceGUI Version
3.10.0
Python Version
3.12.3
Browser
Firefox
Operating System
Linux
Additional Context
pywebview 6.1
Beta Was this translation helpful? Give feedback.
All reactions