Ticket #956 (closed bug: wontfix)
autocompleter suggestion box disapear
| Reported by: | leandrosuarez@… | Owned by: | stefan |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | interface | Version: | |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description (last modified by scott.gonzal) (diff)
happens in svn version of iautocompleter.js the loss of focus when suggestion box scrollbar is clicked in IE6 and IE7. This seems to be related http://support.microsoft.com/kb/818505
greetings
Change History
comment:2 Changed 6 years ago by leandrosuare
- Status changed from closed to reopened
- Resolution fixed deleted
the above problem comes when something like this is added to the .autocompleter css class to make the autocompleter list scrollable
.autocompleter {
border: 1px solid #6FBEFF; width: 250px; background-color: #EFF8FF; height: 100px; <=== overflow:scroll; <===
}
i have an example of this at http://www.e-abaco.com.ar/autocompleter/autocompleter.html . Just autocomplete the cities starting with "a" . I hope this help. Grettings.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
