Steps to Reproduce in Chrome browser
1. Add gadgets(Pie Chart, Two Dimensional Filter Statistics, Filter Results, Universal Gadget for JIRA) to dashboard
2. refresh browser(press F5)
3. check the gadgets are correct(all of gadgets show its content)
4. refresh browser by clearing cache(press ctrl + shift + R)
5. all of gadgets show only title and don't show its content.
In this situation, we can find the fact that all of gadgets have its content by checking html tag. (They have tags <div class="dashboard-item-content ">...</div> but can't see content in the screen. I don't know why, their height set 0px.)
Is there any code to solve it?
somebody help me!!