-
Bug
-
Resolution: Fixed
-
Minor
-
3.8
-
MOODLE_38_STABLE
-
MOODLE_38_STABLE
-
MDL-67342-master -
The container for tooltips is hardcoded to be 'body' and it is no longer possible to specify data-container attribute for the elements with tooltips.
Specifying container 'body' is not necessary because it is already assumed to be body, see
https://github.com/moodle/moodle/blob/master/theme/boost/amd/src/tooltip.js#L535-L537