[Rails-spinoffs] Ajax.Autocompleter clear field if nothing selected

2006-02-22 Thread Athman,Joseph J
Here's the basics of what I want to do: If the user selects something from the autocompleting dropdown the use the normal functionality and populate the text box. If the user does not select something, and simply leaves the field, I want it cleared back out to blank. I just can not get the javascr

Re: [Rails-spinoffs] Ajax status

2006-02-22 Thread Tom Davies
In my case, I will send a 302, and set the response text to the url for login. Then, in javascript if the response is a 302 I can just generically redirect. For example, in the controller: render :text => login_url, :status => 302 In the view, I add a failure directive into the link_to_remove l

RE: [Rails-spinoffs] 'this.initialize' is null or not an object

2006-02-22 Thread Joe Hudson
I don't get that error anymore with IE 6 using new Parallel but I get a different error and the animations looks significantly less smooth. Does anyone have any idea why I would get the error: Line: 1009 Char: 5 Error: Could not get the overflow property. Invalid argument. Code: 0 Thanks. > ---

Re: [Rails-spinoffs] 'this.initialize' is null or not an object

2006-02-22 Thread Nicolas Terray
With new Effect.Parallel instead of Effect.Parallel I have no errors in Fx 1.5 On 2/22/06, Joe Hudson <[EMAIL PROTECTED]> wrote: > > > Hi, working on the accordion widget and it's actually working nice (doesn't > seem to be jumpy) now but I am receiving a javascript error in IE 6. Does > anybody

[Rails-spinoffs] 'this.initialize' is null or not an object

2006-02-22 Thread Joe Hudson
Title: 'this.initialize' is null or not an object Hi, working on the accordion widget and it’s actually working nice (doesn’t seem to be jumpy) now but I am receiving a _javascript_ error in IE 6.  Does anybody have any ideas why it is happening?  Thanks