JQuery Autocomplete | Scroll Issue

JQuery Autocomplete | Scroll Issue


Hi All,
In one of our design we have used JQuery's autocomplete plug in.
Everything is working as expected except one issue. When we type
something in the autcomplete text box, the appropriate values are
brought from the server and a scroll bar is generated in the type
ahead list as the values are too much. Now if we use the keyboard down
arrow key , entire page jumps to up.
We did some research and found that the javascript for the J Query
autocomplete uses internally scrollIntoView(false); due to which it
happens.
Please provide us pointers to this issue and how to resolve it.
Thanks & Regards,
Nitin