Actions
Bug #93176
closedEpic #89595: Improve accessibility of backend
BE login needs accessible replacement for stateful Bootstrap buttons
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2020-12-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
accessibility, bootstrap5
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
The BE login submit button used the data-loading-text atttribute during validation of the credentials.
Stateful buttons have been deprecated in Boostrap 3.3 and removed in Bootstrap 4:
https://getbootstrap.com/docs/3.3/javascript/#buttons-stateful
The new implementation should not bring the button back, but provide a better and accessible alternative.
Actions