Autocomplete element position bouncing around

Autocomplete element position bouncing around

Hello all,

I'm having a problem with the AutoComplete module (or possibly more specifically the 'position' module), in that I have found when the AutoComplete list is being shown, and the document size (height/width) changes, due to what is being typed in, then the list will become detached (visually) from the input element.

The basic cause for this appears to be that the list has 'position: relative' (and then top / left as needed). Since it is relative, and the document size changes, the list bounces around.

Is there a way to have it use absolute positioning, which, at least on first through, would seem to address this?The documentation for the position module says that it does absolute positioning of elements, but it seems to be using relative positioning to simulate this.

Regards,
Allan