8 messages in com.canoo.lists.webtest[Webtest] javascript error - defaultView
FromSent OnAttachments
Ding Koon Jiun25 Apr 2006 20:57 
Marc Guillemot25 Apr 2006 23:47 
Ding Koon Jiun26 Apr 2006 01:41 
Marc Guillemot26 Apr 2006 02:43 
Ding Koon Jiun26 Apr 2006 03:17 
Marc Guillemot26 Apr 2006 03:57 
Ding Koon Jiun26 Apr 2006 18:53 
Marc Guillemot28 Apr 2006 00:11 
Subject:[Webtest] javascript error - defaultView
From:Ding Koon Jiun (koon@aerocom.aero)
Date:04/25/2006 08:57:16 PM
List:com.canoo.lists.webtest

I wrote some test for my web page and encountered this error with javascript.

--------------------- INFO (com.canoo.webtest.engine.Configuration) - Surfing with browser Mozilla/4.0
(compatible; MSIE 6.0b; Windows 98) com.canoo.webtest.engine.StepFailedException: Step[invoke "description" (1/17)]:
Script error loading page executing webtest at: invoke TypeError: Cannot read
property "defaultView" from undefined
(http://localhost:8080/something/sortable.js#82)

----------------------

in sortable.js line 82

var win = this.document.defaultView || this.document.parentWindow;

the sortable.js were loaded when the url was called. Does anyone encountered this problem? is there any solution? please help