WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 30862
43664
Scripts on local filesystem injected after window.onload are never reloaded
https://bugs.webkit.org/show_bug.cgi?id=43664
Summary
Scripts on local filesystem injected after window.onload are never reloaded
Ryan Grove
Reported
2010-08-06 20:23:31 PDT
Created
attachment 63799
[details]
Reduced test case that reproduces the bug A script on the local filesystem (i.e., a file:// URL) that's loaded via a script node added after the window.onload event has fired will never be reloaded until the cache is manually cleared. In Google Chrome (which also exhibits this bug), even manually clearing the cache is ineffective. When the same script is injected before the window.onload event has fired, it behaves as expected and is reloaded normally whenever the page is refreshed. To reproduce: 1. Download the attached test.zip file and extract it. 2. Open the extracted test.html file from your local filesystem. You should see the string "foo" in bold at the bottom of the page. 3. Edit test.js and change the value of the string to "bar". 4. Reload the page. You'll still see "foo". 5. (If using Google Chrome) Clear your cache. Reload. Still "foo".
Attachments
Reduced test case that reproduces the bug
(710 bytes, application/zip)
2010-08-06 20:23 PDT
,
Ryan Grove
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2010-08-07 00:49:35 PDT
*** This bug has been marked as a duplicate of
bug 30862
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug