Project

General

Profile

Actions

Task #89566

closed

Epic #89595: Improve accessibility of backend

Some buttons have missing tooltips

Added by Oliver Bartsch over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend User Interface
Target version:
-
Start date:
2019-11-01
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
locallang, labels, tooltips
Complexity:
Sprint Focus:

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.


Related issues 2 (2 open0 closed)

Related to TYPO3 Core - Bug #89520: Missing tooltips in info moduleNew2019-10-26

Actions
Related to TYPO3 Core - Bug #89872: Tooltips in Backend need to become accessibleNew2019-12-06

Actions
Actions #1

Updated by Gerrit Code Review over 4 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

Actions #2

Updated by Gerrit Code Review over 4 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

Actions #3

Updated by Gerrit Code Review over 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/+/62175

Actions #4

Updated by Tymoteusz Motylewski over 4 years ago

  • Related to Bug #89520: Missing tooltips in info module added
Actions #5

Updated by Michael Telgkamp over 4 years ago

  • Related to Bug #89872: Tooltips in Backend need to become accessible added
Actions #6

Updated by Riccardo De Contardi over 4 years ago

  • Parent task set to #89595
Actions #7

Updated by Oliver Bartsch over 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Benni Mack over 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF