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

ElementReference only added to rendered markup during first render #25

Closed
egil opened this issue Jan 1, 2020 · 1 comment
Closed

ElementReference only added to rendered markup during first render #25

egil opened this issue Jan 1, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@egil
Copy link
Member

egil commented Jan 1, 2020

After further investigation, it looks as if this issue is not solvable as the RenderTreeDiffBuilder doesn't include the element reference id during later renders.

The logic in Blazor assumes that the DOM tree is not replaced at each render, but simply updated.

This will probably be easily solvable with #48.

@egil egil added the bug Something isn't working label Jan 1, 2020
@egil
Copy link
Member Author

egil commented May 15, 2020

This seems to have been solved.

@egil egil closed this as completed May 15, 2020
@egil egil added this to the beta-7 milestone May 15, 2020
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
None yet
Development

No branches or pull requests

1 participant