-
Notifications
You must be signed in to change notification settings - Fork 52
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
Not all template content is supported in dynamic use-case #1517
Comments
@joepavitt , |
@bartbutenaers specifically referring to #1475 (comment) |
What a pitty that I cannot reproduce the problem. Seems to be working fine here. |
Just to clarify (as I thought your comment suggested that you did reproduce it) - even if you switched to the Hello World example, and then back to the counter example ,you could click the counter and it'd show "X Apples"? |
@joepavitt , But yes indeed after your last comment above, I can confirm that it renders fine but nothing happens when I click on the injected button. I will have a look, but no idea at the moment where to start searching. |
Have spend all evening debugging, but no luck. Frameworks live Vue are a bit too much of magic to me personally. Not sure if this Stackoverflow solution could be of any help here. |
Current Behavior
Injecting some particular templates dynamically causes rendering issue for a
ui-template
.This is a known issue with #1475, but the functionality introduced there improves the existing status-quo, so didn't think this issue would be a blocker.
Expected Behavior
Any injected template content should render the same as if it was rendered in the static configuration in the first place
Steps To Reproduce
See: #1475
Environment
Have you provided an initial effort estimate for this issue?
I have provided an initial effort estimate
The text was updated successfully, but these errors were encountered: