User tests: Successful: Unsuccessful:
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)
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.
Not sure. Looks like that is a different issue. But let one of them test it with this fix :)
Is this fixing the issues described here just to confirm? http://forum.joomla.org/viewtopic.php?f=706&t=812610