[Proto-Scripty] Re: Strange .update Error?

2008-10-31 Thread T.J. Crowder
Hi Jonathan, What is this._question? Obviously update() works just fine in the normal case, people would have noticed otherwise. :-) Try this out: http://pastie.org/304786 I can use divs or spans or whatever with that, no issues. If you can create a small, self-contained example of the

[Proto-Scripty] Re: Strange .update Error?

2008-10-31 Thread kangax
On Oct 30, 5:20 pm, Jonathan Rosenberg [EMAIL PROTECTED] wrote: I'm having what I think is a weird problem with .update on IE. This statement fails:         this._question.update(divYou/div) but this works         this._question.update(spanYou/span) It fails in the prototype.js code,

[Proto-Scripty] Re: Strange .update Error?

2008-10-31 Thread Jonathan Rosenberg
What is this._question? Obviously update() works just fine in the normal case, people would have noticed otherwise. :-) See below. this._question is a ref to $('question): div id=outer img id='tobi' src=/images/help/tobi.png / div

[Proto-Scripty] Re: Strange .update Error?

2008-10-31 Thread Jonathan Rosenberg
: prototype-scriptaculous@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jarkko Laine Sent: Friday, October 31, 2008 10:02 To: prototype-scriptaculous@googlegroups.com Subject: [Proto-Scripty] Re: Strange .update Error? On Oct 30, 5:20 pm, Jonathan Rosenberg [EMAIL PROTECTED] wrote

[Proto-Scripty] Re: Strange .update Error?

2008-10-30 Thread Gabriel Gilini
Well, that's weird. It could be a bug, you should probably fill a ticket with some sample code and a copy of the error message at Lighthouse[1]. [1] http://prototype.lighthouseapp.com/projects/8886-prototype Cheers Gabriel Gilini www.usosim.com.br [EMAIL PROTECTED] [EMAIL PROTECTED] On Thu,