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

Bug: moving multiple content nodes results in wrong order #3469

Open
bielerj opened this issue Apr 29, 2023 · 1 comment
Open

Bug: moving multiple content nodes results in wrong order #3469

bielerj opened this issue Apr 29, 2023 · 1 comment
Labels
7.3 8.3 Bug Label to mark the change as bugfix UI & UX

Comments

@bielerj
Copy link

bielerj commented Apr 29, 2023

Related to #3040

Description

If you move multiple content nodes the order of the copied content nodes can be reversed. (Given you selected the nodes from top to bottom)

Steps to Reproduce

  1. Select two nodes from top to bottom
  2. Move the selected nodes after a third node

Expected behavior

The two selected nodes are moved after the third node and keep their order.

Actual behavior

Before move:
before-move
After move:
after-move

The two selected nodes appear in reversed order after moveAfter.

Affected Versions

Neos: Tested in 8.1, probably <=8.3

UI: Tested in 8.1, probably <=8.3

@bielerj
Copy link
Author

bielerj commented Apr 29, 2023

Workaround for editors: select nodes in bottom to top order when moving after or top to bottom order when moving before.

@grebaldi grebaldi added Bug Label to mark the change as bugfix UI & UX 7.3 8.3 labels May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
7.3 8.3 Bug Label to mark the change as bugfix UI & UX
Projects
None yet
Development

No branches or pull requests

2 participants