User tests: Successful: Unsuccessful:
In Isis, when a tooltip contains some br, these are displayed instead of a newline.
Example: checkout an article and hover the icon lock in the article Manager as well as in the Popular and Last added articles modules in Control Panel.
In Hathor, it's even worse, we do not get bootstrap tooltips and hover on the Featured star icon or the lock goes havoc.
This patch implements html: true for the bootstrap tooltips and popover, changes JGrid to use
JHtml::('bootstrap.tooltip');
instead of
JHtml::('behavior.tooltip');
and adds the necessary css for Hathor, correcting all tooltips there.
@piotr-cz
we can easily change in the manager line 102
/administrator/components/com_installer/views/manage/tmpl/default.php
the code to
span class="bold hasTip" title="<?php echo htmlspecialchars('::'.$item->description); ?>"
I have no opposition to this if no one objects. As it is not the main object of this PR, this could be done in another one.
Hi,
at the moment extension parameters show a Label and on hover tooltip with centered Label + Description below it.
I was wondering if it's it makes sense to show only description in a tooltip. I guess this is the pre 3.0 behavior. And could be added here.