Metadata
- Source
- ENGAGE-132
- Type
- Bug
- Priority
- Blocker
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Justin Obara
- Reporter
- Justin Obara
- Created
2009-10-19T11:17:29.000-0400 - Updated
2009-11-10T14:05:49.000-0500 - Versions
- N/A
- Fixed Versions
-
- 0.1
- Component
-
- Browse
Description
The browse component loads slowly and shows the template before rendering the content.
Since the template loads first, while the data is being brought in, it appears as though the component is broken and missing data. With it taking about a minute or two to load in the data, it can be easily mistaken for the actual page.
Instead of having the template show on page load, a loading screen should be displayed first, with the template hidden, and then swapped when it is ready to be displayed on the screen.
Comments
-
Michelle D'Souza commented
2009-10-19T22:45:22.000-0400 Bug Parade Infusion 1.1.2
-
Justin Obara commented
2009-10-20T15:30:36.000-0400 A loading message has been added, rhino was upgraded, and switched to native json parsing in rhino. All this means that the template isn't shown on page load (replaced by the loading message) and the page loads much faster now.
-
Justin Obara commented
2009-11-10T14:05:49.000-0500 Closed as per previous comment