-
Notifications
You must be signed in to change notification settings - Fork 31
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
ak controls inside ak-tooltip not rendering #786
Comments
I couldn't immediately figure out why the gist doesn't work, so I tried reproducing this locally, and there it works fine.. |
the Gist is same as the one used for the tooltip with aurelia-template, i just added the barcode inside the template. I've got a kendo pro license, shouldn't be the issue, since the chart or barcode display when put somewhere else but inside of the tooltip. Would you be able to share your code? |
it seems that the loaded wrappers are not recognized in the ak-template. You can work around this by loading the wrappers manually in main.ts, see: https://gist.run/?id=de7b9a981cd73d28b0132331a5cffbb0 |
I don't think Aurelia's |
I tried to do this but that doesn't work for some reason |
So what are we going to do with this issue? Should I leave it open to be fixed, or close it? I'm fine with preloading the components, it's not that big of a deal in my case, but someone might have performance issues. |
I'm trying to show an ak-chart inside of an ak-tooltip. The ak-chart is being loaded through an ak-template.
When I hover over the target, the tooltip shows, but it is blank. It can display some text and images, but the ak-chart does not render. If I take the ak-chart out of the ak-template, and put it elsewhere it displays fine, so I suppose that all resources loaded correctly. I can even see the HTML loaded fine in the page source but the controls are not rendering in the tooltip. I tried it with other controls like the ak-barcode, and with the content-template instead of aurelia-template, but it's not showing.
Here is the gist.run to reproduce the issue:
With kendoUI this should be possible, as seen here
The text was updated successfully, but these errors were encountered: