You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Open a page and select a node with an image editor
Click MediaLibrary Icon
Select any image
Click on image in image editor again (without applying changes to the node)
Add or change title/description/copyright and click "Apply" within the media library
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: