Actions
Bug #50996
closedCentralize 'mask'/loading for visual feedback
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-08-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Include functionality into the core to 'mask' forms and buttons. All over the backend buttons and links start complex processes that take some time to finish. On click visual feedback should be sent to the user.
Include a central mask function to the core for forms/buttons.
<button class="maskOnClick" … />
and
<a class="button maskOnClick">…</a>
and
<input type="submit" class="maskOnClick" … />
By JavaScript this button/input[type=submit]/a.button should get an onClick event that afterwards adds a ajax spinning wheel animation to the button in front of the button label.
Actions