Task #99811
closedPrefer browser tooltips over bootstrap tooltips
Added by Christian Kuhn almost 2 years ago. Updated almost 2 years ago.
100%
Updated by Christian Kuhn almost 2 years ago
- Related to Bug #99428: Tooltips not initialized in install tool when shown in iframe added
Updated by Christian Kuhn almost 2 years ago
- Related to Bug #99089: Pagetree tooltips don't disappear if scrolling with mouse wheel added
Updated by Christian Kuhn almost 2 years ago
- Related to Bug #98061: Adopt missing tooltip label changes added
Updated by Christian Kuhn almost 2 years ago
- Related to Task #97047: Add tooltip to form manager and other places added
Updated by Christian Kuhn almost 2 years ago
- Related to Bug #93022: Backend InputButtons duplicate the label as title-Attribute added
Updated by Christian Kuhn almost 2 years ago
- Related to Bug #89872: Tooltips in Backend need to become accessible added
Updated by Gerrit Code Review almost 2 years ago
- Status changed from New to Under Review
Patch set 7 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/+/77664
Updated by Gerrit Code Review almost 2 years ago
Patch set 8 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/+/77664
Updated by Martin Kutschker almost 2 years ago
Abusing the title attribute as "tooltips" is an accessibility no-go.
Generally speaking tooltips are a UX problem anyway. If they are shown only on hover with a mouse neither users with a touch input device or a keyboard. So important information may not be conveyed with them unless there are other means to get this information.
AFAIR in many placed within the BE the "tooltip" of a button repeats only what is shown on the button. So there is no need for a tooltip and none for a title attribute. IMHO not using a title attribute except on images is a good practice when it comes to accessibility.
Updated by Gerrit Code Review almost 2 years ago
Patch set 9 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/+/77664
Updated by Christian Kuhn almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1c77c83823c564059371d744c65aed80b1497704.
Updated by Benni Mack almost 2 years ago
- Status changed from Resolved to Closed
Updated by Georg Ringer over 1 year ago
- Related to Bug #100843: Multiple pagetree tooltips remain visible added
Updated by Christian Kuhn over 1 year ago
- Related to Task #101044: Remove deprecated Tooltip JavaScript module added