Re: [Rails-spinoffs] Custom Toggle Throwing Errors in IE

2006-08-13 Thread Al Evans
On Aug 12, 2006, at 9:34 PM, Tristan Kelley wrote: if (parentHeight < 100) { Element.setStyle(tog.parentNode, {height:'auto',overflow:'visable'}); } ^^^ } Any ideas? Try "visible". Note spelling:-)

[Rails-spinoffs] Newbie using Scriptaculous ActionView helper

2006-07-24 Thread Al
ote what I'm passing through in Effect.toggle() in the generated html code spits out "e; instead of actual quotes: CME Thanks in advance! -Al ___ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

[Rails-spinoffs] Bug in prototype.js?

2006-07-19 Thread Al Evans
} catch (e) { this.dispatchException(e); } } /* Avoid memory leak in MSIE: clean up the oncomplete event handler */ if (event == 'Complete') this.transport.onreadystatechange = Prototype.emptyFunction; }, As I said, I&

Re: [Rails-spinoffs] evalScripts in IE

2006-04-15 Thread Al
I think you need to have the attribute 'defer' set to true in order for scripts to run using IE. As in, // ... -Al On 4/14/06, Daniel Elmore <[EMAIL PROTECTED]> wrote: > My Ajax.Updater is set for evalScripts and it receives this: > > complete(); > > It works

Re: [Rails-spinoffs] innerHTML and scripts not running

2006-04-12 Thread Al
uctor. > > Setting innerHTML with javascript does not cause the javascript to be > invoked. > > Greg > > > -Original Message- > > From: [EMAIL PROTECTED] > [mailto:rails-spinoffs- > > [EMAIL PROTECTED] On Behalf Of Al > > Sent: Wednesday, Ap

[Rails-spinoffs] innerHTML and scripts not running

2006-04-12 Thread Al
my tags. The inplace editing functionality works when I run the go_url link on its own, but when I embed it in the manner above, the html properly appears, but the code does not run. Am I doing the right thing to use innerHTML? -Al ___ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs