worked for me. cool on the open source too!!
![[User Picture]](http://l-userpic.livejournal.com/41007113/6838754) | From: ydnar 2005-10-04 10:46 pm (UTC)
docs | (Link)
|
Sorry about that...
![[User Picture]](http://l-userpic.livejournal.com/54541970/2) | From: brad 2005-10-04 10:52 pm (UTC)
Re: docs | (Link)
|
You built it for you, so it's understandable. I'll just bug you daily with questions while I flesh out the docs. :-)
auto-complete works in opera 8.5 as well.
![[User Picture]](http://l-userpic.livejournal.com/54541970/2) | From: brad 2005-10-04 10:54 pm (UTC)
| (Link)
|
Yeah, but not correctly. I just tried it, and pressing the comma key kills the auto-completed selection. Try it in Firefox and IE and see how it's supposed to work.
I'll work on improving the Opera support.
![[User Picture]](http://l-userpic.livejournal.com/54541970/2) | From: brad 2005-10-04 10:55 pm (UTC)
| (Link)
|
And it doesn't work on the second tag in a series.
i was just hitting tab, didn't think about the comma bit. i was just happy to see something work in an underappreciated browser.
![[User Picture]](http://l-userpic.livejournal.com/54541970/2) | From: brad 2005-10-04 11:13 pm (UTC)
| (Link)
|
Okay, Opera's all fixed now. Works perfectly.
so this is going in the web client interface for tags?
![[User Picture]](http://l-userpic.livejournal.com/54541970/2) | From: brad 2005-10-04 11:32 pm (UTC)
| (Link)
|
Both on LiveJournal and FotoBilder (Scrapbook), whereever you can enter tags.
Hitting comma doesn't autocomplete the tag, just adds a comma and a space at cursor.
Pretty awesome nevertheless.
![[User Picture]](http://l-userpic.livejournal.com/54541970/2) | From: brad 2005-10-04 11:45 pm (UTC)
| (Link)
|
What Opera? It works in Opera 8.5, which is all I (hardly) give a shit about, since it's the first one that doesn't have ads all over it.
I used to never care, but now that I can debug it without being insulted with ads, I'll try to keep things working in Opera.
![[User Picture]](http://l-userpic.livejournal.com/9624370/1571) | From: evan 2005-10-04 11:18 pm (UTC)
| (Link)
|
![[User Picture]](http://l-userpic.livejournal.com/9624370/1571) | From: evan 2005-10-04 11:19 pm (UTC)
| (Link)
|
![[User Picture]](http://l-userpic.livejournal.com/54541970/2) | From: brad 2005-10-04 11:31 pm (UTC)
| (Link)
|
Yeah, I went to that talk at OSCON. Was excited to see it run by Perl people, too.
I'll try and dump all this code there, once I figure out the scene/rules/packaging requirements.
Thanks for this. I've been trying to work on an HTML Combo Box (with auto-complete) for a while but haven't been able to come up with anything that functions as good as the Windows Forms combo box. This should be a big help.
![[User Picture]](http://l-userpic.livejournal.com/9624370/1571) | From: evan 2005-10-05 01:06 am (UTC)
| (Link)
|
![[User Picture]](http://l-userpic.livejournal.com/54541970/2) | From: brad 2005-10-05 01:22 am (UTC)
| (Link)
|
I knew of prototype, and dojo rings a bell, but I don't know either that well.
I imagine I'll be getting a lot more familiar with them soon here, though.
![[User Picture]](http://l-userpic.livejournal.com/31650921/2537079) | From: dossy 2005-10-05 02:23 am (UTC)
BSD license? Yay! | (Link)
|
Looks like the license that was used by Six Apart is the BSD license? THANK YOU! Was afraid there would be some GPL or LGPL nonsense.
Is Six Apart or any of its subsidiary companies looking to hire someone telecommute from New Jersey? :-P
![[User Picture]](http://l-userpic.livejournal.com/54541970/2) | From: brad 2005-10-05 03:05 am (UTC)
Re: BSD license? Yay! | (Link)
|
Sorry, no new telecommuters.
What limitation are you hitting in Safari? The real-time querying for guessing airline and airport names on FlightAware and web searches on Google Suggest, both of which are different than your demo, don't have a problem with Safari. You should also consider that the great thing about using a drop-down box (rather than autocompleting the form) is that when the amount of results can be significant, you can make more guesses and let the user select the correct one.
![[User Picture]](http://l-userpic.livejournal.com/54541970/2) | From: brad 2005-10-05 06:17 am (UTC)
| (Link)
|
The point of a tag is you're supposed to just know it, and be able to type it easier. A drop-down menu would get in the way, IMO, and you could probably type it quicker than a drop-down would appear, with today's slow browsers. I might add it, but only if you've stopped typing for a second or so.
I just tried Google Suggest and it doesn't work in Safari 1.3 at least. Don't have Tiger at home, it seems, so I'll have to wait and try it out tomorrow.
As far as I know, though, Safari doesn't let you get/set the selection in a text widget. So yeah, a drop-down would be possible, but the "hit comma to accept the automatic selection" wouldn't be possible in Safari.
Not had time to look yet myself, but I thought that Safari >= 1.3 did have support for selection mangling? Frederico is trying to get help for porting FCKeditor to Safari which would imply that the hooks are there now. Oh, for more tuits...
![[User Picture]](http://l-userpic.livejournal.com/54541970/2) | From: brad 2005-10-05 03:19 pm (UTC)
| (Link)
|
On page text, but not in a text widget I believe. Or you can get the text widget's selection text, but not ask for the selected indexes (from char 5 to 8) no change the selected indexes in a text widget. |