layer of type "html" is not display when have parent.

  • Hi, Klaus


    In the code below, test_layer is not displayed.

    It will be displayed if you remove the parent property of test_layer.

  • Hi,

    thanks for reporting!

    Should be fixed in the next release.

    As workaround you could use textfields instead of html-layers, they are better supported, should work and the result will be basically the same.

    E.g. replace the type="html" with:

    Code
    type="text"
    rawhtml="true"
    interactive="true"

    Best regards,
    Klaus

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!