Open a page with a page navigation (see buttons Prev - Next).
See also issue #20177.
The tooltip of the page navigation is loaded with the bootstrap tooltip code.
See the image below.
The tooltip of the page navigation is displayed as html.
Because the following script file is not loaded:
<script src=".../Joomla/media/jui/js/bootstrap.min.js?xxxxx"></script>
See image: bootstrap is not loaded
Possible solution:
Add JHtml::_('bootstrap.tooltip');
into the file ...\plugins\content\pagenavigation\tmpl\default.php
Status | New | ⇒ | Information Required |
Labels |
Added:
J3 Issue
|
Status | Information Required | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-03-16 12:39:47 |
Closed_By | ⇒ | joomla-cms-bot |
Closed_By | joomla-cms-bot | ⇒ | franz-wohlkoenig |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/22256
The fix is correct. Can you submit a pull request?