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.
Updated by Martin Kutschker almost 4 years ago
- Related to Epic #93119: Bootstrap v5 migration added
Updated by Martin Kutschker almost 4 years ago
- Related to Epic #89595: Improve accessibility of backend added
Updated by Stephan Großberndt almost 4 years ago
- Subject changed from BE login needs accessible replacment for stateful Boostrap buttons. to BE login needs accessible replacement for stateful Bootstrap buttons
Updated by Frank Nägler over 1 year ago
- Tags changed from accessibility bootstrap5 to accessibility, bootstrap5
Updated by Garvin Hicking 5 months ago
- Status changed from New to Closed
Since current TYPO3 versions v12+v13 use Bootstrap v5 already and the BE login button has been adressed with the current javascript framework I'd say it is ok to close this issue?
Please let me know if you believe this is an error and we can re-open or create a follow-up. Thank you!
Actions