We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the mouse is used to drag and drop files, MouseArea events (on_enter, etc.) are not triggered.
on_enter
See the screen recording bellow:
This bug prevents the typical functionality of highlighting the control that will receive the file during a drag-and-drop operation.
Based on discussions in Discord, the root cause is that winit stops reporting mouse position events during file drag-and-drop operations. See rust-windowing/winit#1550, rust-windowing/winit#2615.
Which seems also the reason of #1642.
MouseArea events triggered as normal when dragging files.
crates.io release
Windows
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your issue REALLY a bug?
Is there an existing issue for this?
Is this issue related to iced?
What happened?
When the mouse is used to drag and drop files, MouseArea events (
on_enter
, etc.) are not triggered.See the screen recording bellow:
This bug prevents the typical functionality of highlighting the control that will receive the file during a drag-and-drop operation.
Based on discussions in Discord, the root cause is that winit stops reporting mouse position events during file drag-and-drop operations. See rust-windowing/winit#1550, rust-windowing/winit#2615.
Which seems also the reason of #1642.
What is the expected behavior?
MouseArea events triggered as normal when dragging files.
Version
crates.io release
Operating System
Windows
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered: