[Proto-Scripty] Re: Autocomplete doesn't work on Safari

2009-03-19 Thread T.J. Crowder
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

[Proto-Scripty] Re: Autocomplete doesn't work on Safari

2009-03-19 Thread Stefan
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,

[Proto-Scripty] Re: Autocomplete doesn't work on Safari

2009-03-19 Thread T.J. Crowder
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

[Proto-Scripty] Re: Autocomplete doesn't work on Safari

2009-03-19 Thread Stefan
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