Opened 16 years ago
Closed 15 years ago
#956 closed bug (wontfix)
autocompleter suggestion box disapear
Reported by: | Owned by: | stefan | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | interface | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
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 (3)
comment:1 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:3 Changed 15 years ago by
Description: | modified (diff) |
---|---|
need: | → Review |
Resolution: | → wontfix |
Status: | reopened → closed |
Interface is no longer supported; consider switching to jQuery UI.
Note: See
TracTickets for help on using
tickets.
the above problem comes when something like this is added to the .autocompleter css class to make the autocompleter list scrollable
.autocompleter {
}
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.