madrobby / scriptaculous

script.aculo.us is an open-source JavaScript framework for visual effects and interface behaviours.
http://script.aculo.us/
MIT License
2.32k stars 496 forks source link

List closing on scrollbar clicking #31

Open cheluis opened 12 years ago

cheluis commented 12 years ago

I have a Autocomplete on a dialog-like, but then I click the scroll bar or when I try to drag it, the list closes. I was looking this link:https://prototype.lighthouseapp.com/projects/8887/tickets/114-autocomplete-div-scrollbar-closes-suggest-list and tried to implement that solution but nothing. I have an error that says event.srcElement.focus() not defined. Looks like the event object its not passed to the onBlur function.