Success

User tests: Successful: Unsuccessful:

avatar ghost
ghost
8 Aug 2013

http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=31703

The new Bootstrap places the tooltip element just after the element the tooltip is on (container)
This however causes styling and positioning issues.
The old behaviour (and what a lot of Joomla elements rely on) is that the tooltip element is placed at the end of the body.

This PR changes the default behaviour to that.

This PR also fixes width issue on popovers (mostly used in 3rd party stuff)

Testing instructions

One of the issue this solves id the extra pixel of space it causes on for instance the button groups in the article list view:
/administrator/index.php?option=com_content
Hover over the status buttons in the list (publish/feature icons) and see the left button jump a pixel. After this patch that should no longer happen.

avatar nonumber nonumber - open - 8 Aug 2013
avatar wilsonge
wilsonge - comment - 8 Aug 2013

Is this fixing the issues described here just to confirm? http://forum.joomla.org/viewtopic.php?f=706&t=812610

avatar nonumber
nonumber - comment - 8 Aug 2013

Not sure. Looks like that is a different issue. But let one of them test it with this fix :)

Add a Comment

Login with GitHub to post a comment