WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
62665
Storage event is not fired for documents in b/f cache
https://bugs.webkit.org/show_bug.cgi?id=62665
Summary
Storage event is not fired for documents in b/f cache
Alexey Proskuryakov
Reported
2011-06-14 15:02:53 PDT
From HTML5: ...the user agent must queue a task to fire an event with the name storage, which does not bubble and is not cancelable, and which uses the StorageEvent interface, at each Window object whose Document object has a Storage object that is affected. This includes Document objects that are not fully active, but events fired on those are ignored by the event loop until the Document becomes fully active again. We only fire the storage event on documents that are fully active (not in b/f cache), and do not queue the event. This obviously means that documents that come back from b/f cache will not update themselves for changed local storage data.
Attachments
Add attachment
proposed patch, testcase, etc.
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