Bug #91595
closedEpic #89595: Improve accessibility of backend
Not all elements displayed as button behave like buttons
100%
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.
Example:
Edit page > Resources > Add media by URL
This is a span with an on click action. If the span tag is changed to a button tag it would work.
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.
Updated by Gerrit Code Review about 4 years ago
- Status changed from Accepted to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66233
Updated by Gerrit Code Review about 4 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66233
Updated by Gerrit Code Review about 4 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66233
Updated by Gerrit Code Review about 4 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66233
Updated by Gerrit Code Review about 4 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66233
Updated by Gerrit Code Review about 4 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66233
Updated by Gerrit Code Review about 4 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66233
Updated by Gerrit Code Review about 4 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66233
Updated by Gerrit Code Review about 4 years ago
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66233
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 Bug #92696: Not all elements displayed as button behave like buttons added
Updated by Riccardo De Contardi about 4 years ago
- Parent task changed from #91518 to #89595
Updated by Gerrit Code Review about 4 years ago
Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66233
Updated by Gerrit Code Review about 4 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66757
Updated by Anonymous about 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 26dcf802c6d561a670d35a69ab398e27525110c7.
Updated by Benni Mack almost 4 years ago
- Status changed from Resolved to Closed
Updated by Chris Müller almost 4 years ago
- Related to Bug #93238: Regression: After deleting image in record "add" button is not displayed again added
Updated by Christian Kuhn over 2 years ago
- Related to Bug #91808: Nested IRRE with maxitems hides last inline control button / toggles inline control buttons wrong added