-
Notifications
You must be signed in to change notification settings - Fork 0
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
Race condition between view HTML importing and view-model attaching #25
Comments
Comment by @tomalec moved from https://github.com/RemoteCloud/SystemLocationApp/issues/8#issuecomment-285033549 @warpech This is something with
I see few solutions:
Related issues: |
Comment by @warpech moved from https://github.com/RemoteCloud/SystemLocationApp/issues/8#issuecomment-285341750 We discussed with @tomalec that solution 1. is the most elegant one. |
Any progress? |
Should be done today EOD |
Sorry for the delay, I have to redesign and rewrite all the tests. Hopefully, one day more would be enough. |
Is it? |
Sorry I was delayed by some other issues. PR with the fix is already waiting for the review. |
New build available at http://downloads.starcounter.com/download/Starcounter/RC/2.3.0.6170 |
Fix race condition between dom-bind and imported-template in tests #25 https://github.com/Starcounter/RebelsLounge/issues/97
Steps to reproduce
<starcounter-include view-model="{{something}}">
.something
to a new partial view model with new HTML and new data.Live Demo
https://jsbin.com/ligimo/3/edit?html,output
Expected result
Actual result
Browsers affected
Screenshot
Related
https://github.com/RemoteCloud/SystemLocationApp/issues/8
Juicy/imported-template#24
Juicy/juicy-html#10
possibly Juicy/imported-template#26 (comment)
The text was updated successfully, but these errors were encountered: