Actions
Bug #93790
closedSeveral tooltips not showing since Bootstap 5 integration
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