Subject: | scrollTo property is undefined |
Thanks for this module.
Today I tried to test it against the jquery test suite:
http://jquery.com/test
I would be curious if you have tried it running it the full jQuery test
suite.
It ran for a couple minutes and then I stopped it and tried what
appeared to be a simpler test suite, which it failed on. Here's what
appears to be the bug:
To reproduce:
my $w = WWW::Scripter->new;
$w->use_plugin('Ajax'); # packaged separately
$w->get('http://openjsan.org/src/t/th/theory/Test.Simple-
0.29/tests/index.html');
print $w->content;
###
The result:
"TypeError: The object's 'scrollTo' property (undefined) is not a
function at line 122."