[jQuery] Re: Autocomplte plugin status

2007-04-14 Thread Jörn Zaefferer
Klaus Hartl schrieb: After all, I think scratch that tabbing... it really seems it is not expected behavior! Ok Klaus. Anything else you had on your mind? Does the formatRow option suffice to change the size of certain results, or did you do any modifications for that? -- Jörn Zaefferer htt

[jQuery] Re: Autocomplte plugin status

2007-04-12 Thread Klaus Hartl
Jörn Zaefferer schrieb: Klaus Hartl schrieb: Jörn, thanks for this. One question: I once modified Dylan's autocomplete a bit, so that if the autocomplete list is shown, tabbing would tab through the list instead of to the next form element. Is it possible to take into account? Have a look

[jQuery] Re: Autocomplte plugin status

2007-04-12 Thread Jörn Zaefferer
Klaus Hartl schrieb: Jörn, thanks for this. One question: I once modified Dylan's autocomplete a bit, so that if the autocomplete list is shown, tabbing would tab through the list instead of to the next form element. Is it possible to take into account? Have a look here: http://plazes.com/pl

[jQuery] Re: Autocomplte plugin status

2007-04-12 Thread Jörn Zaefferer
Stefan Kilp [sk-software] schrieb: would it be possible, the autocomplete not only works at the end of the input, but also for all input between the separator ",". so i can delete "lin" from "Berlin" an start autocomplete for "ber" again. that would be very helpful if you notice that one of the

[jQuery] Re: Autocomplte plugin status

2007-04-12 Thread Dan G. Switzer, II
Phil, >i am looking forward to it. The workaround is fine for the moment, >just not as slick as it could be :) Well, that's the reason I added the findValue() method. It is on the "TO DO" list though, so it will get resolved. >PS: I have a couple of plugins which i would like to get some feedba

[jQuery] Re: Autocomplte plugin status

2007-04-12 Thread floepi
Cheers Dan, i am looking forward to it. The workaround is fine for the moment, just not as slick as it could be :) Phil PS: I have a couple of plugins which i would like to get some feedback on but nowhere to host them. Is there a code review section for jQuery somewhere ? Maybe you know. On

[jQuery] Re: Autocomplte plugin status

2007-04-12 Thread Dan G. Switzer, II
Klaus/Jörn, >Jörn, thanks for this. One question: I once modified Dylan's >autocomplete a bit, so that if the autocomplete list is shown, tabbing >would tab through the list instead of to the next form element. Is it >possible to take into account? > >Have a look here: http://plazes.com/plazes an

[jQuery] Re: Autocomplte plugin status

2007-04-12 Thread Dan G. Switzer, II
Phil, >I use a local array of the following form > >values = [['Philip-f','2356'],['martin-b','2341']] > >whereas the second value is the id of the user. When i select multiple >users i want the ids to accumulate somewhere so i can pass them in my >form as selectedUserIds. It is easy to add the i

[jQuery] Re: Autocomplte plugin status

2007-04-12 Thread floepi
Hi Joerg, really nice plugin. Thanks! Currently i am trying out to use the google style multiple select for email addresses and ran into an issue which i don't have a proper solution for. I use a local array of the following form values = [['Philip-f','2356'],['martin-b','2341']] whereas the s

[jQuery] Re: Autocomplte plugin status

2007-04-11 Thread Klaus Hartl
[EMAIL PROTECTED] schrieb: I don't believe using tab to iterate through an auto-complete list would be the expected behavior. In my opinion, an auto-complete list should mirror the behavior of a regular select element, whereby hitting tab would select the currently high-lighted list option and

[jQuery] Re: Autocomplte plugin status

2007-04-11 Thread [EMAIL PROTECTED]
I don't believe using tab to iterate through an auto-complete list would be the expected behavior. In my opinion, an auto-complete list should mirror the behavior of a regular select element, whereby hitting tab would select the currently high-lighted list option and move to the next form field.

[jQuery] Re: Autocomplte plugin status

2007-04-11 Thread Klaus Hartl
Jörn Zaefferer schrieb: Hi folks, I've achieved some progress on the autocomplte plugin. The features added by Dan Switzer to Dylan's initial plugin are now merged with modifications for completing multiple values, like in the gmail recpient-field. I made some minor API changes, changed a

[jQuery] Re: Autocomplte plugin status

2007-04-11 Thread Dan G. Switzer, II
Jörn, >I've achieved some progress on the autocomplte plugin. The features >added by Dan Switzer to Dylan's initial plugin are now merged with >modifications for completing multiple values, like in the gmail >recpient-field. > >I made some minor API changes, changed a lot of default values to >pr

[jQuery] Re: Autocomplte plugin status

2007-04-11 Thread Stefan Kilp [sk-software]
Hi Jörn, just got latest version from svn - nice work. - i was always looking for a autocomplete plugin that allows me to select multiple entries in one box (e.g when selecting email adresses) for the TO: Field in a mail client. that's what works fine when i try your demo with multipe cities.