Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement filter expressions on bind/@ref #125

Open
JoernT opened this issue May 3, 2022 · 5 comments
Open

implement filter expressions on bind/@ref #125

JoernT opened this issue May 3, 2022 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@JoernT
Copy link
Contributor

JoernT commented May 3, 2022

<fx-bind ref="node[.=instance('another')/item]"

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

@JoernT
Copy link
Contributor Author

JoernT commented Jun 10, 2022

This is just not yet implemented

@JoernT JoernT changed the title investigate filter expressions on bind/@ref implement filter expressions on bind/@ref Jun 10, 2022
@JoernT
Copy link
Contributor Author

JoernT commented Sep 20, 2022

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'.

@DrRataplan
Copy link
Collaborator

DrRataplan commented Sep 21, 2022 via email

@JoernT
Copy link
Contributor Author

JoernT commented Nov 22, 2022

related #164

@JoernT
Copy link
Contributor Author

JoernT commented Jun 27, 2023

@DrRataplan if you got the time could you have a look? Like to fix that for 2.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: In Progress
Development

No branches or pull requests

2 participants