Actions
Task #104817
closedReally disable recycler search-submit-button instead of using class="disabled"
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-09-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
accessibility
Complexity:
Sprint Focus:
Description
https://typo3.cms.ddev.site/typo3/module/web/recycler
The disabled
-attribute of disabled buttons should change. Thereby screenreaders can announce that a button is disabled.
Right now there is only toggling implemented for class="disabled"
.
The 'disabled' buttons might therefore still be activatable by keyboard.
Files
Updated by Ayke Halder 3 months ago
- Related to Task #104797: Use disabled state instead of disabled css class added
Updated by Gerrit Code Review 3 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85870
Updated by Gerrit Code Review 2 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85870
Updated by Ayke Halder 2 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 82036f54cd13e130b8dbd9abd1430b0f6bdb5555.
Actions