Open dlubitz opened 2 months ago
This is actually a Neos UI bug.
When there are unapplied changes in the inspector the action opens the secondary editor with a different z-index of 65 --zIndex-SecondaryInspectorElevated
and therefore hides the dialog container with the confirmation dialog with z-index 55 --zIndex-Dialog
.
This happens due to the inspector thinking the You still have changes. What do you want to do with them?
dialog should be shown via shouldPromptToHandleUnappliedChanges
.
So we need a separate linked issue in the Neos.UI and investigate. There is nothing I can do in the Media.UI IMO.
Description
If you try to change meta data of an image, that has selected by image editor and has not been applied yet to the node, the meta data doesn't get applied to the image.
Steps to Reproduce
Expected behavior
The meta data of the image should get applied.
Actual behavior
Nothing happens, No request is sent. After reopening the media library, the changes to the meta data are gone.
Affected Versions
Neos: 8.3.9 UI: 8.3.9 Media Module: 1.3.1