Autocomplete Positioning

Autocomplete Positioning

Hi all,

Since I upgraded from ui 1.8 rc3 to 1.8 I have noticed a little inconsistency in the way the autocomplete is placed on the page. It sometimes causes the <ul> which contains the list of suggested items to be one pixel too high and to the left.
The weird thing is that it only occurs every second time the autocomplete is shown.
The first time I show the autocomplete it is correctly positioned, the second time it is one pixel to the left, the third time it is correctly positioned again, etc...

Looking at the positioning given on firebug I get the following values:
  • 1st time [top: 277.7px] [left: 925.5px]
  • 2nd time [top: 925px] [left: 277px]
It seems like it is sometimes rounding the positioning and sometimes not. Please keep me up to date as to what could be done to get that solved.

Thanks heaps to all the jQuery team for such an incredible work,
Fred