tooltip shows up in the wrong location only for the first time a tooltip is invoked
problem: the tooltip shows up in the wrong location only for the first time a tooltip is invoked. Tooltips are expected to show to the side of the textbox. First time a tooltip is invoked in IE , the tooltip shows over the left margin. Subsequent mouseover events to show tooltips are correctly rendered.
using: jqueryui 1.9.2 and jquery 1.9.1. IE8 quirks mode
example. Simple html file that is displays links in tooltips .move mouse over textboxes to see tooltips.
tootltips work as expected in chrome.
IE 8 quirks mode: tootlip position is wrong the first time.