You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to move image with puppy. In the console you can see that Drop Event is occurred.
Try to move image with Jmix icon. No Drop Event is fired.
Technical notes
The problem does not occurs if we use URL source.
In the client-side in DropTargetExtensionConnector class in onDrop() method there is a check that does not apply Files type. It seems with new browser versions they start to add Files type to dragged image from ThemeResource, StreamResource and probably ClassPathResource and RelativePathResource (does not check).
The text was updated successfully, but these errors were encountered:
Description
See discussion in support forum: topic.
Steps to reproduce
Download demo project: demo.zip
Open
VaadinDndScreen
.Try to move image with puppy. In the console you can see that
Drop Event
is occurred.Try to move image with Jmix icon. No
Drop Event
is fired.Technical notes
The problem does not occurs if we use URL source.
In the client-side in
DropTargetExtensionConnector
class inonDrop()
method there is a check that does not applyFiles
type. It seems with new browser versions they start to addFiles
type to dragged image from ThemeResource, StreamResource and probably ClassPathResource and RelativePathResource (does not check).The text was updated successfully, but these errors were encountered: