Hi all, I''ve noticed slightly erratic behaviour with the autocompleter on IE. In controls.js, the render method calls the (IE only) scrollIntoView method, which causes the element to be moved to the bottom or the top of the viewport (by passing in true or false, bizzarely). This is perfectly acceptable behaviour for render in general, but this causes the dropdown list to jump around as you navigate the autocomplete list. I''ve ''fixed'' the problem by commenting out the method call (line 216) but I am wondering why this call is there. I''m not sure how it''s relevant to the job of the autocompleter. I would have thought the Autocompleter would only be called as a result of user interaction and shouldnt need to shift focus... Should it be there? Thanks, Rob. -- Rob Sharp email/jabber: rob@sharp.id.au web: http://sharp.id.au pgp: 0E2C C63B BA04 DEB4 7CC0 84FD 17E3 6AA4 87FB 62DF