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 34679
Bug 54960
window.location become broken in page cache
https://bugs.webkit.org/show_bug.cgi?id=54960
Summary
window.location become broken in page cache
Peter Leonov
Reported
2011-02-22 08:13:40 PST
The object of window.location become broken if one leaves the page and then presses the back button. The following simple example may be a good illustration: var loc = window.location setTimeout(function () { alert(loc == window.location ? 'PASS' : 'FAIL') }, 1000) window.location.href = 'a-history-back-page.html' Here we cache the location object in a variable, set a timer to check the variable after back button is pressed, navigate to the page which sends us back, and get the “FAIL” alert. The a-history-back-page.html has the only JavaScript line: window.history.back()
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2011-02-22 16:20:46 PST
*** This bug has been marked as a duplicate of
bug 34679
***
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