Skip to content
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

Item deleted if placed in an already full container #54

Closed
dariowskii opened this issue May 27, 2023 · 0 comments
Closed

Item deleted if placed in an already full container #54

dariowskii opened this issue May 27, 2023 · 0 comments
Assignees

Comments

@dariowskii
Copy link
Contributor

Title:

Item deleted if placed in an already full container

Description:

I tried putting two elements inside the container element. The last item is deleted without warning, even trying to go back does not recover the deleted item.


Flutter Environment:

Production app.

App Version:

"N/A"

Device Information:

Windows 11, Version 10.0.22621 build 22621
Browser: Google Chrome


Steps to Reproduce:

  1. Create a container element inside the scaffold
  2. Create 2 elements at the same level of the container
  3. Try inserting the two items in succession inside the container

Expected Behavior:

I would expect the element not to be inserted and to return to its starting position. A tooltip or informative alert might help the user.

Actual Behavior:

The last item is permanently deleted

Screenshots:

bug_2_error_drag_multiple_elements_in_container

bug_2_1_error_drag_multiple_elements_in_container

bug_2_error_drag_multiple_elements_in_container.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants