Open GoogleCodeExporter opened 9 years ago
[deleted comment]
ERRATA:
At the top of the appear-function (below the line "appear: function() {" insert:
$$('div.AXtooltip').each(function(item) {
if(item.getStyle('display') != 'none') {
item.remove();
}
});
This will first remove all tooltip-DIVs from the DOM which are visible at this
time before a new one is created.
In order to prevent creating a tooltip object twice for the same element during
an ajax call, make sure to create new tooltips only on the changed elements.
Works fine for me!
Original comment by Sebastia...@gmail.com
on 6 Sep 2011 at 3:56
Original issue reported on code.google.com by
prashant...@gmail.com
on 3 Mar 2010 at 12:42