Actions
Feature #6324
closedDo not let the result list minimize during loading - instead just blank out with a loading icon
Start date:
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Updated by Lauren Walker almost 11 years ago
- Status changed from New to Resolved
Instead of the view removing all the result list html and then appending the rows, it now adds a 'loading' class which gives the result list a loading style (grayed out text) and keeps its height, then replaces those rows with the new ones. Hopefully this will be more clear and less jarring than the list moving up and down.
Actions