Skip to content

Arrays of nested Widgets with conditional render logic are output in the wrong order #641

@agubler

Description

@agubler

Bug

In scenarios where there are multiple children of nested virtual widgets that conditionally render their output based on their properties the resulting DOM can be attached in the incorrect order. This only happens when the parent nested widgets invalidate in the sub tree and not within the same scheduled render (i.e. waiting for independent server side responses).

It seems to be caused by not being able to identify the top level dom node of the nested widget to insert before when rendering the DOM in from the first widget.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: coreCorebugSomething isn't workingneeds back-portThe fix requires back porting to one or more previous major versions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions