dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.6k stars 10.06k forks source link

Blazor virtualize handle drag and drop event on deleted item #37061

Open Timonney opened 3 years ago

Timonney commented 3 years ago

If you drag an item and scroll far enough while dragging it, the item will be deleted by the serialization and the event that are linked with the item will no longer be available (event like ondragend).

It would be nice to somehow keep the dragged element alive so the event and the data won't be loss.

ghost commented 3 years ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

ghost commented 1 year ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.