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: Metadata don't get applied on newly assigned images in image editor #239

Open
dlubitz opened this issue Aug 29, 2024 · 1 comment
Open
Assignees
Labels
Bug Something isn't working

Comments

@dlubitz
Copy link

dlubitz commented Aug 29, 2024

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

  1. Open a page and select a node with an image editor
  2. Click MediaLibrary Icon
    image
  3. Select any image
  4. Click on image in image editor again (without applying changes to the node)
    image
  5. Add or change title/description/copyright and click "Apply" within the media library
    image

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

@dlubitz dlubitz added the Bug Something isn't working label Aug 29, 2024
@Sebobo Sebobo self-assigned this Sep 9, 2024
@Sebobo
Copy link
Member

Sebobo commented Sep 9, 2024

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.

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

No branches or pull requests

2 participants