Bug 21740 - Late-loading Javascript resources has stopped working (using.js fails)
Summary: Late-loading Javascript resources has stopped working (using.js fails)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://www.jondavis.net/codeprojects/...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-19 05:16 PDT by Jon Davis
Modified: 2010-03-04 00:00 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Davis 2008-10-19 05:16:46 PDT
My script library, using.js, which late-loads Javascript using XmlHttpRequest->eval() and <script> insertion techniques, has stopped working with the current version of WebKit as of 10/15/2008. Tested on both Mac and Windows.

Here is the test page:
http://www.jondavis.net/codeprojects/using.js/test.html

Jon
Comment 1 Alexey Proskuryakov 2010-03-03 16:04:29 PST
I'm not sure what exactly this bug is about. This is a large page with many buttons, and clicking on most seems to have some effect. Is there still a problem here, or did it get fixed?
Comment 2 Jon Davis 2010-03-03 18:19:30 PST
Seems to be fixed, yes. Several of those tests were failing when I entered this bug. Now only one fails, which is the retaining of object context ('this') when executing eval.
Comment 3 Alexey Proskuryakov 2010-03-03 22:08:23 PST
I can't easily tell if that's a bug or expected behavior. Might be worth filing a separate bug, focused on just this one issue.
Comment 4 Jon Davis 2010-03-04 00:00:27 PST
OK. Added Bug 35722.

https://bugs.webkit.org/show_bug.cgi?id=35722