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 <david.brill...@gmail.com> wrote:
> Hi craig,
>
> not seems trivial, could we have an example?
>
> --
> david
>
> On 17 fév, 11:03, Craig <cr...@europe.com> 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 prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to