Closed
Bug 1743353
Opened 3 years ago
Closed 3 years ago
Fire pageshow after pagehide/unload with session history in the parent
Categories
(Core :: DOM: Navigation, defect, P3)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
96 Branch
People
(Reporter: peterv, Assigned: peterv)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Bug 1709316 moved the call to ReplaceFrameLoader
to after the call to loadingBC->SetIsInBFCache(false)
, because ReplaceFrameLoader
tries to set the focus, and if we hadn't marked the frameloader as not in the BFCache then we wouldn't be firing the right events for the change in focus. However that means that we've now inverted the order of firing pageshow and unload/pagehide.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Keywords: regression
Comment 2•3 years ago
|
||
Set release status flags based on info from the regressing bug 1709316
status-firefox94:
--- → affected
status-firefox95:
--- → affected
status-firefox96:
--- → affected
status-firefox-esr91:
--- → affected
Pushed by pvanderbeken@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d8aee4393750
Fire pageshow after pagehide/unload with session history in the parent. r=smaug
Updated•3 years ago
|
Comment 4•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
Updated•3 years ago
|
Updated•3 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•