RESOLVED FIXED21740
Late-loading Javascript resources has stopped working (using.js fails)
https://bugs.webkit.org/show_bug.cgi?id=21740
Summary Late-loading Javascript resources has stopped working (using.js fails)
Jon Davis
Reported 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
Attachments
Alexey Proskuryakov
Comment 1 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?
Jon Davis
Comment 2 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.
Alexey Proskuryakov
Comment 3 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.
Jon Davis
Comment 4 2010-03-04 00:00:27 PST
Note You need to log in before you can comment on or make changes to this bug.