interceptTitles failing to prevent default title from showing up
interceptTitles failing to prevent default title from showing up
even with the QuickTip's interceptTitles attribute set to true, the default title still shows up on initial mouse over on the element.. is there a way to prevent this? (seems that this only happens on IE)
Not really. interceptTitles removes the title attribute as soon as you mouseover the element, but it looks like IE still shows the old title even though it has just been removed.
The only thing you could do is prescan the document and replace all titles with quicktips (could take some time if you have a large document).
yeah, that seems to be the case, because it only happens on the initial appearance of the tooltip, i just hope that someone finds a workaround for this one