7 messages in com.canoo.lists.webtestRe: [Webtest] JavaScript exception us...
FromSent OnAttachments
Matt Raible10 Aug 2005 08:12 
Marc Guillemot10 Aug 2005 08:28 
Matt Raible11 Aug 2005 05:36 
Marc Guillemot11 Aug 2005 05:44 
Matt Raible11 Aug 2005 05:47 
Marc Guillemot11 Aug 2005 06:06 
Marc Guillemot11 Aug 2005 06:08 
Subject:Re: [Webtest] JavaScript exception using Prototype and Scriptaculous
From:Matt Raible (lis@raibledesigns.com)
Date:08/11/2005 05:47:04 AM
List:com.canoo.lists.webtest

How would I go about doing that? Should I alert it, or wrap an eval around it to see what it is? Everything works great in Firefox in Safari - so I suspect its a limitation of HtmlUnit.

Matt

On Aug 11, 2005, at 6:45 AM, Marc Guillemot wrote:

Do you have a chance to see the value of "this.loop.bind(this)"?

Marc.

prototype.js is part of the Prototype JavaScript library - which is becoming increasingly popular for developing Ajax-enabled webapps. http://prototype.conio.net/ As far as isolating the script, I found that I could get rid of the exception below by commenting out line 114 of effects.js: 114 this.timeout = setTimeout(this.loop.bind(this), 10); effects.js is part of the script.aculo.us JavaScript library. http://script.aculo.us/ I asked this same question on the script.aculo.us list, but haven't had a response yet. http://wrath.rubyonrails.org/pipermail/rails-spinoffs/2005-August/ 000368.html Matt