Subject: | Bug(s) Report |
Date: | Sun, 11 Mar 2012 16:14:17 -0400 |
To: | "bug-WWW-Scripter-Plugin-JavaScript [...] rt.cpan.org" <bug-WWW-Scripter-Plugin-JavaScript [...] rt.cpan.org> |
From: | "J. Hulala" <j [...] hulala.com> |
To Whom It May Concern:
This is a report of possible bug(s) in WWW::Scripter::Plugin::JavaScript module.
I would appreciate if you can confirm receipt and if you are unable to fix it, email me back some alternative solution, if available.
(1)
When JavaScript includes code such as
Show quoted text
>> a = window.history.length; <<
then such statement is not evaluated, as window.history is undefined.
(2)
When image is created dynamically with JavaScript, such as
Show quoted text >> a = new Image; a.src = 'http://...'; <<
then such image is not included in the images array of $w->images.
(3)
I would like to bring to your attention, that scripts are not "downloaded" with referrer information
of the document that such script requested, which leads in some cases to obtaining of invalid
content, as the content of some scripts are dynamically generated on host servers also based
on referrer information.
---------
Please reply with your confirmation of receipt. Please do not list my name and email address on any public site or report.
Thank you.
Regards,
John Hulala