Investigate if requestedIndex should be cleared when doing a replace load
Categories
(Core :: DOM: Navigation, task, P3)
Tracking
()
People
(Reporter: smaug, Assigned: smaug)
References
(Blocks 1 open bug)
Details
(Whiteboard: fission-hard-blocker)
Attachments
(1 file)
This is related to bug 1697905.
We have no known bug reports about this, so need to try to write a testcase.
But it isn't clear yet, whether there is a bug.
Comment 1•4 years ago
|
||
This bug is a hard blocker for Fission MVP.
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 2•4 years ago
|
||
Looks like the code below does similar thing already for iframes, so this is adding InternalSetRequestedIndex
call only for the top level case.
This is based on the same assumptions as bug 1697905, but unfortunately testing this is still
super hard.
Comment 4•4 years ago
|
||
| bugherder | ||
Comment 5•4 years ago
|
||
Backed out for causing Bug 1725458. It failed also on tier 1 jobs.
Failure log: https://treeherder.mozilla.org/logviewer?job_id=348329679&repo=mozilla-central
Backout link: https://hg.mozilla.org/integration/autoland/rev/a24828c47ac18ae4711b6bd94ca0feea71b98933
Comment 6•4 years ago
|
||
Backout merged to central: https://hg.mozilla.org/mozilla-central/rev/a24828c47ac1
| Assignee | ||
Comment 7•4 years ago
|
||
the failure got me looking at this some more, and my current understanding is that we don't need this (this is basically handled already).
Description
•