Hi craig, perhaps stupid remarks, but in FF the scrollbar is contained inb the element, not in IE. Couldn't it be something like that ??
Can you send the code for the autocompleter ?? (just it, with callbacks definition ?? -- david On 17 fév, 12:48, Craig <[email protected]> wrote: > Sorry cant get an example online im afraid, should behave this way for > anyone who sets a height for the auto_complete div like so: > > div.auto_complete > { > position:absolute; > width: 350px; > max-height:200px; > overflow: auto; > overflow-x: hidden; > background: #fff; > z-index:101; > border:1px solid #888; > > } > > When clicking on the scroll bar it loses focus and closes the div. I > am currently trying to edit the onBlur function to check if focus is > still on this.update (the div) so i can set it to remain open. > > On 17 Feb, 11:00, david <[email protected]> wrote: > > > Hi craig, > > > not seems trivial, could we have an example? > > > -- > > david > > > On 17 fév, 11:03, Craig <[email protected]> wrote: > > > > Am having one problem i cannot seem to solve. The autocompleter box > > > displays the results which has a set height so a scroll bar displays. > > > In FF but not other browsers when you scroll through the results it > > > works fine but in any other browser it will just lose focus and > > > disappear. > > > > Anyone come accross the same problem have a fix? Am using the latest > > > versions. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
