I have a problem with jQuery auto-completion displaying inside a modal dialog bootstrap.
When you scroll the mouse, the results do not remain attached to the input.
Is there any way to solve this problem?
Here's the JsFiddle :
.ui-autocomplete-input { border: none; font-size: 14px; width: 300px; height: 24px; margin-bottom: 5px; padding-top: 2px; border: 1px solid #DDD !important; padding-top: 0px !important; z-index: 1511; position: relative; }
EDIT I found a problem:
.ui-autocomplete { position: fixed; ..... }
If the modal has a scroll, the problem remains!
Here is JsFiddle / 1 .
jquery twitter-bootstrap jquery-ui-autocomplete bootstrap-modal
Lughino Apr 21 '13 at 16:50 2013-04-21 16:50
source share