I have a custom dashboard control which works fine in Umbraco 7 expect that the loader.gif spinning icon remains on the page even after the control has loaded. Is there a way to fix this?
Are you still having this issue or did you manage to fix it?
Otherwise - Have you checked the console of your browsers inspector tool to see if any error messages are being thrown? And did you have a glance at the /app_data/logs file to see if it reveals anything?
loading gif not going in dashboard control
I have a custom dashboard control which works fine in Umbraco 7 expect that the loader.gif spinning icon remains on the page even after the control has loaded. Is there a way to fix this?
Thanks
Dan
Hi Dan
Are you still having this issue or did you manage to fix it?
Otherwise - Have you checked the console of your browsers inspector tool to see if any error messages are being thrown? And did you have a glance at the /app_data/logs file to see if it reveals anything?
/Jan
I just had the same problem. The icon keeps spinning but there is nothing to load anymore.
Quick solution: Set the background-color on white (or whatever you prefer) on your div in your custom dashboard html.
I am still having the issue and can't see any errors however the CSS trick works so have gone for that as it's not a deal breaking issue.
is working on a reply...