Bug 21740
| Summary: | Late-loading Javascript resources has stopped working (using.js fails) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jon Davis <jon> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ap, marcus |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
| URL: | http://www.jondavis.net/codeprojects/using.js/test.html | ||
Jon Davis
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
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
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
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
OK. Added Bug 35722.
https://bugs.webkit.org/show_bug.cgi?id=35722