Subselect sets values in wrong element

Description

Given

<foo>
</foo>
<foo>
<bar />
</foo>

and having a subselect for the first "foo", when the subselect returns "bar=X", this will result in

<foo>
</foo>
<foo>
<bar>X</bar>
</foo>

but it should be

<foo>
<bar>X</bar>
</foo>
<foo>
<bar />
</foo>

Environment

None

Activity

Frank Lützenkirchen
February 9, 2021 at 8:24 AM

This is fixed together with MCR-2140

Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created April 6, 2018 at 12:37 PM
Updated February 22, 2021 at 2:41 PM
Resolved February 9, 2021 at 8:24 AM