AJAX Autocomplete appears at a random vertical position, not touching the textbox

Posted by Tim on Stack Overflow See other posts from Stack Overflow or by Tim
Published on 2009-07-11T16:51:24Z Indexed on 2010/03/24 4:03 UTC
Read the original article Hit count: 178

Filed under:
|
|
|
|

Hi,

I am using the AJAX Autocomplete extender for ASP.NET 2. Everything works fine...I am calling a webservice which gets me the values to fill the drop down with after 3 letters are typed into certain es. I have set the maxheight attribute and am using a scrollbar in case there are more entries than would fit that height. However, I notice that in some cases, the drop down appears at a random position on the screen, i.e. rather than connected to the relevant textbox, sometimes it appears with its entries above the textbox, not touching it at all. Sometimes it would have just one entry and it would appear in the middle of the screen vertically above the textbox it is associated to. Is there a reason why this is happening?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about AJAX