[Proto-Scripty] Re: Autocompleter doesn't cancel pending requests

2008-10-03 Thread Justin Perkins
That's a good idea. I prefer to leave the prototype and scriptaculous source files in pristine condition whenever possible so that when I update to a newer version I don't have to keep track of what I changed and having to reapply those changes. So here is the same idea, but extending Ajax.Autoco

[Proto-Scripty] Re: Autocompleter doesn't cancel pending requests

2008-10-03 Thread Hector Virgen
Very nice! I'd like to see this added to Scriptaculous. On Thu, Oct 2, 2008 at 10:38 AM, dinken <[EMAIL PROTECTED]> wrote: > > Bug with Autocompleter not canceling pending Ajax requests causing > potential race condition for onComplete logic. > > //I added this function to the Ajax.Autocompleter