-
-
Notifications
You must be signed in to change notification settings - Fork 135
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: Overlay / stacked dialog issue with Sitegeist.Archaeopteryx Editor #3583
Comments
I'm not sure if this is related too #2925 ? @grebaldi @mhsdesign @Sebobo Or if this even has something to do with the UI, or if this is a bug related in the Sitegeist.Archaeopteryx Editor package. Also I'm very sorry for the bad description. But i wasnt really sure how i could describe this better. |
Might be a regression from #3492 ... which was released with 8.3.3. Does this problem occur also with 8.3.2? |
Could reproduce it with the UI Versions: 8.3.3, 8.3.2, and 8.3.1. In 8.3.0 it works as usual. |
Yes, there were some changes on z-indices that may affect that dialog. If so, this needs to be fixed in Sitegeist.Archaeopteryx though. |
I can confirm this with Sitegeist.InspectorGadget in Neos 9 |
Mhh. Is it then really related to the UI, or in the packages itself? |
I'll take a look at both, Sitegeist.Archaeopteryx and Sitegeist.InspectorGadget, and see if I can come up with a fix. EDIT: @crydotsnake:
IIRC Sitegeist.Archaeopteryx and Sitegeist.InspectorGadget both have custom dialog implementations which may very well collide with the z-index changes in the UI. The problem is therefore very likely fixable in those packages. |
Okay. Then i will close this issue since it is related too the packages. I will create the same issue as in Sitegeist.Archaeopteryx in Sitegeist.InspectorGadget too. |
Description
When creating a link with the Sitegeist.Archaeopteryx Editor the Link overlay from the editor is stacked under the UI overlay. But the link overlay should be displayed first.
Steps to Reproduce
Expected behavior
The overlay of from the Archaeopteryx editor should be at the first.
Actual behavior
The link overlay from the Archaeopteryx gets stacked under the UI overlay
neos-ui-overlay.mov
[What actually happened]
Affected Versions
Neos: 8.3
UI: 8.3.3
You can get this information by running
composer show
or using the package management module within Neos.The UI version can also be found inside the left sidebar after version 1.0.3.
The text was updated successfully, but these errors were encountered: