Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Víctor Pma 5 posts 75 karma points
    Aug 07, 2019 @ 13:10
    Víctor Pma
    0

    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!

  • Tobias Klika 101 posts 570 karma points c-trib
    Aug 07, 2019 @ 14:38
    Tobias Klika
    0

    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?

  • Søren Kottal 702 posts 4497 karma points MVP 5x c-trib
    Aug 08, 2019 @ 06:19
    Søren Kottal
    1

    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.

  • Phil Whittaker 63 posts 267 karma points MVP 3x c-trib
    Dec 22, 2019 @ 19:43
    Phil Whittaker
    0

    Another solution for DGTE is to add the config item

            "overlaySize": "large",
    

    to the grid.editors.config.js file

Please Sign in or register to post replies

Write your reply to:

Draft