Project

General

Profile

Actions

Bug #93790

closed

Several tooltips not showing since Bootstap 5 integration

Added by Torben Hansen about 3 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Start date:
2021-03-21
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Since the integration of Bootstrap 5, several tooltips do not show up any more, as Bootstrap 5 either requires a title or a data-bs-title attribute on the HTML element (see https://getbootstrap.com/docs/5.0/components/tooltips/#options)

One example is BackendUtility::getRecordToolTip(), where previously a data-title attribute was responsible for the tooltip content. The data-title attribute must be changed to data-bs-title.

Actions

Also available in: Atom PDF