Actions
Task #102998
closedRevert [TASK] Add title and aria-label to clear input button
Start date:
2024-01-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The patch has some issues:
- Introduced new inline JavaScript which we want to avoid
- Writes into TYPO3.lang directly via inline JavaScript
- The close button has tabIndex -1 so no aria-label is needed/useful (it is a helper for non-keyboard/visually affected users
Updated by Gerrit Code Review 10 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/+/82736
Updated by Gerrit Code Review 10 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/+/82736
Updated by Gerrit Code Review 10 months ago
Patch set 3 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/+/82736
Updated by Anonymous 10 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4e25620655ffaf274aa294ee16beb9038d0e22fe.
Updated by Christian Kuhn 10 months ago
- Related to Task #102524: Add missing title to reset input button added
Actions