Task #89566
closedEpic #89595: Improve accessibility of backend
Some buttons have missing tooltips
100%
Description
In various modules through the backend tooltips (a-Tag titles) are missing.
They either don't exist at all, reference to a locallang label which was removed sometime or reference to a locallang label in a different sysext which is no dependency of the one the label is accessed from.
E.g. in TYPO3\CMS\Backend\View\PageLayoutView:1784
$this->getLanguageService()->sL('LLL:EXT:frontend/Resources/Private/Language/locallang_webinfo.xlf:lang_renderl10n_viewPage') . '">' .
First of all, there is no such label lang_renderl10n_viewPage in this locallang file, moreover is ext:frontend no dependency of ext:backend and last but not least is the label not treated by htmlspecialchars
One more example: TYPO3\CMS\Backend\View\PageLayoutView:1789
htmlspecialchars($this->getLanguageService()->getLL('editThisPage')) . '">' .
Also this label does not exist.
Updated by Gerrit Code Review about 5 years ago
- Status changed from New to Under Review
Patch set 1 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/+/62175
Updated by Gerrit Code Review about 5 years ago
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/+/62175
Updated by Gerrit Code Review about 5 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/+/62175
Updated by Tymoteusz Motylewski about 5 years ago
- Related to Bug #89520: Missing tooltips in info module added
Updated by Michael Telgkamp almost 5 years ago
- Related to Bug #89872: Tooltips in Backend need to become accessible added
Updated by Oliver Bartsch almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d0b0ffea1f98ec4f22b597f605c0f819c7d9908e.