-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Setting and clearing data for DragDrop operations #5532
New issue
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
Comments
Just to clarify the request, what is needed here is to have support for:
That would allow me to implement those missing methods. cc: @danroth27 |
Drag and drop currently works with Edge and Chrome, but not Firefox. For me, it seems that the missing SetData function is the root cause for this. Please see my post here |
Please check this links to see how drag and drop works in blazor, including firefox. |
Is this a bug on Firefox or Blazor/Razor-Components side? |
We don't have any plans to provide anything specific here. You should be able to enable drag & drop scenarios via jsinterop. Closing. |
Can we get methods to SetData, ClearData on DataTransfer object for DragDrop?
https://developer.mozilla.org/en-US/docs/Web/API/DataTransfer
https://html.spec.whatwg.org/multipage/dnd.html#dom-datatransfer-setdata
https://developer.mozilla.org/en-US/docs/Web/API/DataTransfer/dropEffect
take a look at the example (scroll down)
The text was updated successfully, but these errors were encountered: