It couldn't be an ID, because you get a list of items. An ID has to be biunique, so you can't use it for the list.
In IE, Firefox, Opera, Konqueror it works fine (using the class), but in Safari I can't select an item. When I click on the item or press return when the item is selected, the value will not be adopted to the input-field - nothing happens... On Mar 19, 6:10 pm, "T.J. Crowder" <[email protected]> wrote: > Hi, > > Sorry, haven't used that option (or _really_ used the autocompleter) > and the docs for it aren't very clear. (From what the docs do say -- > "select - default null - The element that contains the text to be > placed into the input box. By default all text will be used." I would > have thought it would be looking for an id rather than a class, but > you probably know better than I. > > Again, though, *how* is it not working? Just doing nothing? Showing > a blank list? Showing the list wrong? Putting the wrong text in when > you select? The more information, the more likely someone lurking > will say "Oh, hey, I know what's going on there" and help you out. > > FWIW, > -- > T.J. Crowder > tj / crowder software / com > Independent Software Engineer, consulting services available > > On Mar 19, 1:48 pm, Stefan <[email protected]> wrote: > > > Does'nt work with: > > Safari 3/4 on Windows/Mac/Linux (installed with wine) > > > I have found the problem: > > I had a span with class "street" and the option: > > > select : "street" > > > Without this option it works fine. > > > <--snip--> > > new Ajax.Autocompleter( > > "autocomplete", > > "autocomplete_choices", > > "ajax_streets.php", > > { > > afterUpdateElement : getSelectionId, > > minChars : 2, > > select : "street" > > } > > ); > > <--snap--> > > > On Mar 19, 12:48 pm, "T.J. Crowder" <[email protected]> wrote: > > > > Hi, > > > > Doesn't work *how*? In what version of Safari? On what OS? Have you > > > checked to see if it's a known bug?[1] > > > > [1]http://prototype.lighthouseapp.com/projects/8887-script-aculo-us > > > > FWIW, > > > -- > > > T.J. Crowder > > > tj / crowder software / com > > > Independent Software Engineer, consulting services available > > > > On Mar 19, 10:07 am, Stefan <[email protected]> wrote: > > > > > I've testet the autocomplete-function. It works fine and is easy to > > > > install. But it doesn't work in Safari-Browser :( > > > > I see the suggestions, but I can't choose one. > > > > Does anyone have a workaround to fix this bug? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
