Bug Tracker

Opened 16 years ago

Closed 15 years ago

#956 closed bug (wontfix)

autocompleter suggestion box disapear

Reported by: [email protected] Owned by: stefan
Priority: major Milestone:
Component: interface Version:
Keywords: Cc:
Blocked by: Blocking:

Description (last modified by scott.gonzal)

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 stefan

Resolution: fixed
Status: newclosed

comment:2 Changed 16 years ago by leandrosuare

Resolution: fixed
Status: closedreopened

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.

comment:3 Changed 15 years ago by scott.gonzal

Description: modified (diff)
need: Review
Resolution: wontfix
Status: reopenedclosed

Interface is no longer supported; consider switching to jQuery UI.

Note: See TracTickets for help on using tickets.