Actions
Feature #6465
closedCreate a better loading page for the KNB
Start date:
03/13/2014
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
If a KNB view is taking a while to fully render, the loading icon displays at the top and the rest of the HTML and images are CSS-less, making it look odd. This can persist for several seconds, making a bad first impression. The loading page should be very simple, such as just the loading icon and a white background. OR the metacatUI CSS needs to be pulled from the server faster so that at least the full KNB header and footer are rendered while the loading continues.
Updated by Lauren Walker over 10 years ago
- Status changed from New to Resolved
For all themes, while the app is loading, the entire page is white with the "Loading" icon and text (as opposed to just the top 200px or so). When the CSS from the theme is received, it will hide this Loading layer.
Actions