Is anyone else experiencing issues with Nested Content on Umbraco 8.1.1? I setup a DocType to be able to nest some other elements, but when I'm on a page trying to add some nested elements (by clicking on add content), the modal popup that should appear to select the type of the element is not being displayed...
I have seen this one already and for me it was hidden due to a z-index bug. Could you inspect the HTML and see if the modal is there but below another element?
UI bug on Umbraco v8 with Nested Content and DTGE
Hi!
Is anyone else experiencing issues with Nested Content on Umbraco 8.1.1? I setup a DocType to be able to nest some other elements, but when I'm on a page trying to add some nested elements (by clicking on add content), the modal popup that should appear to select the type of the element is not being displayed...
An screenshot can be seen here (not sure why the forum does not allow me to upload an image): https://i.ibb.co/8rMp5NZ/u8-nested-content.jpg
Any idea on how to solve this issue?
Thank you so much in advance!
Have you checked the console in the browser?
I have seen this one already and for me it was hidden due to a z-index bug. Could you inspect the HTML and see if the modal is there but below another element?
Hi Victor
It's a bug in Umbraco, where the overlay is positioned far to the right (out of the view port).
https://github.com/umbraco/Umbraco-CMS/issues/6032
The workaround is to click the right side of the Add-button, then the overlay will be visible.
Another solution for DGTE is to add the config item
to the grid.editors.config.js file
is working on a reply...