Skip to main content

Bug Tracker

Side navigation

#956 closed bug (wontfix)

Opened February 14, 2007 01:53PM UTC

Closed March 31, 2008 01:25AM UTC

autocompleter suggestion box disapear

Reported by: leandrosuarez@gmail. Owned by: stefan
Priority: major Milestone:
Component: interface Version:
Keywords: Cc:
Blocked by: Blocking:
Description

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

Attachments (0)
Change History (3)

Changed February 14, 2007 10:10PM UTC by stefan comment:1

resolution: → fixed
status: newclosed

Changed February 21, 2007 02:42AM UTC by leandrosuare comment:2

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.

Changed March 31, 2008 01:25AM UTC by scott.gonzal comment:3

description: 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\ \ greetingshappens 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
need: → Review
resolution: → wontfix
status: reopenedclosed

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