Actions
Task #64035
closedUse progress bar instead of mask for loading
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2014-12-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The core currently has two places where a loading
indicator is shown:
- Loading iframes, using a mask created by ExtJS
- Loading IRRE elements via AJAX, hand-made for IRRE
This behaviour should be unified with a new and clean API
using the JS library nprogress (MIT license).
Some old CSS code can safely removed, as it is not
used anymore.
Actions