problem jquery.ui.autocomplete 1.8 with height and overflow with IE

Posted by fabrice on Stack Overflow See other posts from Stack Overflow or by fabrice
Published on 2010-02-22T12:06:58Z Indexed on 2010/06/18 14:03 UTC
Read the original article Hit count: 503

Filed under:
|
|

Hello,

I have a probleme with jquery.ui.autocomplete 1.8 rc2 in IE7 or IE8 with the following CSS (inside jquery.ui.autocomplete.css) :

.ui-menu { list-style:none; padding: 2px; margin: 0;display:block; height:200px; overflow:scroll; }

I'm using the demo from the project called : demos\autocomplete\remote-jsonp.html

It's working perfect with firefox but with IE7 or 8, each time I click on the scroll bar to see the end of the list, it selects an element instead of scrolling down.

Do you please have a solution to have a fixed height with jquery.ui.autocomplete and a scroll bar working with IE ?

Thank you very much

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-ui