Bug 36334 - pageshow event should be dispatched asynchronously
Summary: pageshow event should be dispatched asynchronously
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-03-18 16:09 PDT by Brady Eidson
Modified: 2019-05-02 16:22 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2010-03-18 16:09:18 PDT
pageshow event should be dispatched asynchronously

see step #4.5 of the history traversal algorithm (section 6.5.9):
http://www.whatwg.org/specs/web-apps/current-work/multipage/history.html#traverse-the-history

this is (probably) a recent change to the spec

Found when exploring fixing https://bugs.webkit.org/show_bug.cgi?id=36201 and https://bugs.webkit.org/show_bug.cgi?id=36202
Comment 1 Brady Eidson 2010-03-18 16:09:37 PDT
<rdar://problem/7769669>
Comment 2 Alexey Proskuryakov 2010-11-01 10:40:30 PDT
Would there be an observable difference?
Comment 3 Darin Fisher (:fishd, Google) 2010-11-01 13:22:24 PDT
You could probably observe this on an iframe in the same origin.