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

When you move an element of the form down, it's been moved 1 index more than needed #793

Closed
CharlesGrimont opened this issue Nov 28, 2024 · 2 comments
Assignees
Labels
bug Something isn't working QC-Passed
Milestone

Comments

@CharlesGrimont
Copy link
Member

CharlesGrimont commented Nov 28, 2024

When you move an element of the form down, it's been moved 1 index more than needed

example :

Having this disposition :

  • InputText1

  • InputText2

  • InputText3

  • InputText4

Moving InputText1 between InputText2 and InputText3, results in this :

  • InputText2

  • InputText3

  • InputText1

  • InputText4

instead of this :

  • InputText2

  • InputText1

  • InputText3

  • InputText4

@CharlesGrimont CharlesGrimont added the bug Something isn't working label Nov 28, 2024
@CharlesGrimont CharlesGrimont added this to the 2.0.0 milestone Nov 28, 2024
@CharlesGrimont CharlesGrimont self-assigned this Nov 28, 2024
CharlesGrimont added a commit that referenced this issue Nov 28, 2024
@CharlesGrimont
Copy link
Member Author

To be tested in 2.0.0-beta173

@CharlesGrimont
Copy link
Member Author

Ok in 2.0.0-beta184

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working QC-Passed
Projects
None yet
Development

No branches or pull requests

1 participant