neos-ui icon indicating copy to clipboard operation
neos-ui copied to clipboard

BUG: Moving Assets in array<Neos\Media\Domain\Model\Asset> breaks the Inspector

Open MVogge opened this issue 1 year ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

Moving assets in the inspector in an element using array<Neos\Media\Domain\Model\Asset> breaks the inspector. See provided screen record for a visual representation of the error.

https://github.com/neos/neos-development-collection/assets/34127888/64b73927-0264-4db6-9d3b-84ea299b90e5

Expected Behavior

Moving assets in an array<Neos\Media\Domain\Model\Asset> moves the element to the desired location without any (visual) bugs

Steps To Reproduce

  • Create an element with a property using array<Neos\Media\Domain\Model\Asset>
  • Add assets to the property (in our example it's around 200 assets)
  • Change the order of an asset

Environment

- Flow: 8.3
- Neos: 8.3
- PHP: 8.2

Anything else?

No response

MVogge avatar Dec 19 '23 13:12 MVogge

Also an issue in Neos 7.3. But I had to reload the page where the asset list is added, before I had the error. (with 8 image items)

dlubitz avatar Dec 19 '23 14:12 dlubitz