Success

User tests: Successful: Unsuccessful:

avatar infograf768
infograf768
22 Jun 2013

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.

avatar infograf768 infograf768 - open - 22 Jun 2013
avatar piotr-cz
piotr-cz - comment - 22 Jun 2013

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.

avatar infograf768
infograf768 - comment - 23 Jun 2013

@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.

avatar infograf768 infograf768 - close - 29 Jun 2013

Add a Comment

Login with GitHub to post a comment