Bug #92696
closedNot all elements displayed as button behave like buttons
0%
Description
In the TYPO3 backend there are multiple buttons that are not usable via keyboard.
Every interactive element should be accessible via keyboard and you need to be able to use it via keyboard.
Examples:
https://forge.typo3.org/issues/91595
https://forge.typo3.org/issues/92694
https://forge.typo3.org/issues/92681
TASK: Find all non button elements (e.g. <span>, <a>) with class="btn ..." and figure out how to change the tag to <button> without changing the look and feel and without removing existing functionality.
Individual forge tickets should be opened for the remaining cases.
Updated by Olaf Schmidt-Wischhöfer about 4 years ago
- Related to Bug #91595: Not all elements displayed as button behave like buttons added
Updated by Olaf Schmidt-Wischhöfer about 4 years ago
- Related to Bug #92694: Buttons in module-docheader-bar do not behave like buttons added
Updated by Olaf Schmidt-Wischhöfer about 4 years ago
- Related to Bug #92681: Buttons in IRRE headers do not behave like buttons added
Updated by Olaf Schmidt-Wischhöfer about 4 years ago
- Related to Epic #91518: Keyboard usage in the TYPO3 backend added
Updated by Riccardo De Contardi about 4 years ago
- Status changed from New to Closed
I close this issue as duplicate of #91595 please continue the discussion there and test the patch attached.
Thank you.
If you think that this is the wrong decision, please reopen it or ping me.