hey @ all,
always get this error, don't know why..:
TypeError: Event.simulateMouse is not a function(TypeError:
Event.simulateMouse is not a function)
i work with Jsunittest, version 0.6.3. / from
http://newjs.rubyforge.org/
my test looks like this:
// mousdown
testMousdown: function() { with(this) {
Event.simulateMouse('shifts', 'mouseup');
}}
thx for help
kalle