Open JoernT opened 2 years ago
This is just not yet implemented
Here's a bug in DependencyNotifyingDOMFacade still not returning anything when fed with something like
complete example:
<fx-fore>
<fx-model id="model1">
<fx-instance>
<data>
<greeting>Hello World!</greeting>
<b></b>
</data>
</fx-instance>
<fx-bind ref="greeting[../b]"></fx-bind>
</fx-model>
</fx-fore>
However it should return a ref for 'b'.
Correct, it should have. Assuming the first part of the selector matches,
the ref for b
should also be there. I'll check this out and get back to
you.
related #164
@DrRataplan if you got the time could you have a look? Like to fix that for 2.0.0
filters the 'node' by an item and should create a dependency in the graph. However the 'ref' expression is not analyzed yet to pick those up. This will need some testing and fixing