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

Z-index of elevated secondary editor is greater than the dialog container making it impossible to handle dialogs #3849

Open
Sebobo opened this issue Sep 9, 2024 · 0 comments

Comments

@Sebobo
Copy link
Member

Sebobo commented Sep 9, 2024

Description

When there are unapplied changes in the inspector the secondary inspector (e.g. editing assets in the Media.UI) gets the elevated flag resulting in a z-index of 65.
When the secondary editor opens a dialog this dialog is in a container with a z-index of 55, therefore the editor looks broken, as the dialog is behind the editor and cannot be confirmed.

This results in issues with the Media.UI, see Flowpack/media-ui#239

Also sometimes the dialog You still have changes. What do you want to do with them? opens when trying to edit the selected asset.

Expected behavior

Dialogs should always be on top of the secondary editor.

Actual behavior

Dialog triggered by there secondary editor is hidden behind the secondary editor in cases of existing unapplied changes:

CleanShot 2024-09-09 at 13 59 14@2x

Affected Versions

Neos: 8.3

UI: 8.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant