Undo Close Tab reopens the tab and presses "back" instead of staying in the correct page
Categories
(Firefox :: Session Restore, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox74 | --- | unaffected |
firefox75 | --- | unaffected |
firefox76 | --- | disabled |
firefox77 | --- | verified |
People
(Reporter: ori, Assigned: mconley)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Using Firefox Nightly.
mozregression says it started happening in this range of the 2020-03-10 nightly build:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=3004bc7597a088e181fbcb9a9044b8d952e9d45f&tochange=5b47cfcab1554c89400b7a6299ff0cabac4bda0c
Steps to reproduce:
- Open a new tab.
- Visit google.com
- Search for something.
- Close tab.
- Press Ctrl+Shift+T (on Linux)
Result:
The tab will reopen. The location bar will briefly show the correct URL with the search query, but will then switch back to google.com and show that page.
Expected result:
The tab should reopen on the search query result.
I couldn't manage to reproduce it with a brand new profile, but it happens in several other profiles I use, one of them with no settings changes, created in the past few weeks.
Comment 1•5 years ago
|
||
I can reproduce the issue on Nightly76.0a1 windows10 if set "New Tabs" to "Blank Page" in about:preferences#home
Updated•5 years ago
|
Comment 2•5 years ago
|
||
Another scenario
"Restore Previous Session" is also affected.
STR:
- set "New Tabs" to "Blank Page" in about:preferences#home
- Open NewTab
- Visit google.com
- Search for something.
- Quit Browser
- Relaunch Browser
- Perform "Restore Previous Session"
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
This effectively also undoes the change introduced in 3166149f37f1 (bug 1615302),
and makes it so that instead of ignoring the userTyped values, we clear them
out in the parent when doing a process flip before sending them down to
the new child process.
Comment 5•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Updated•5 years ago
|
Comment 7•4 years ago
|
||
Description
•