Skip to content

FormElementWrapping not compatible with neos-ui 8.3.10 #139

@patricekaufmann

Description

@patricekaufmann

In the Neos backend certain collection divs are not displayed correctly, the whole UI crashes and becomes unusable. For example when rendering a ValidatorCollection with a nested TextValidator, the following problem occurs:

  • Instead of two nested divs (one for the ValidatorCollection and one for the TextValidator), there will be a single div with combined attributes, e.g. data-_neos-form-builder-type="Neos.Form.Builder:ValidatorCollection Neos.Form.Builder:TextValidator" - the same behaviour applies to the fusion path. The wrong fusion path is what eventually leads to the UI crashing.

Why is that?

Neos 8.3.10 no longer adds script tags when wrapping Content and the HtmlAugmenter now detects a root element, making it possible to add attributes instead of wrapping inside the fallback tag.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions