Closed
Bug 1449301
Opened 7 years ago
Closed 7 years ago
Tabs sometimes restored as blank when trying to undo close tab with Ctrl+Shift+T
Categories
(Firefox :: Session Restore, defect, P1)
Tracking
()
VERIFIED
DUPLICATE
of bug 1452666
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox-esr60 | --- | fixed |
firefox60 | --- | wontfix |
firefox61 | --- | fixed |
firefox62 | --- | verified |
People
(Reporter: RyanVM, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: regression)
Attachments
(1 file)
93.13 KB,
image/png
|
Details |
Sometimes when I try to undo closing a tab with Ctrl+Shift+T, the tab is restored blank. Reloading doesn't do anything, but highlighting the URL bar and hitting enter loads the page. I've been seeing this intermittently for awhile now, but haven't been able to narrow down any sort of solid STR for the problem. Just seems to happen randomly from time to time.
Reporter | ||
Comment 2•7 years ago
|
||
jcristau astutely pointed out on IRC that this seems to be tied to tabs opened via the "Open All in Tabs" option added to bug query results via the "BugzillaJS: Open all in Tabs" extension. Mike, does that help you reproduce?
Flags: needinfo?(mdeboer)
Reporter | ||
Comment 3•7 years ago
|
||
In fact, with those STR, I was even able to bisect this with mozregression!
INFO: Last good revision: 2a5765cbd308215f11ea6bc7b52e71228709d971
INFO: First bad revision: 166fb0b613592e18893c0d825dd5332c6185b2ce
INFO: Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=2a5765cbd308215f11ea6bc7b52e71228709d971&tochange=166fb0b613592e18893c0d825dd5332c6185b2ce
Blocks: 1345433
Reporter | ||
Updated•7 years ago
|
Has Regression Range: --- → yes
status-firefox60:
--- → wontfix
status-firefox62:
--- → affected
status-firefox-esr52:
--- → unaffected
status-firefox-esr60:
--- → affected
Version: Trunk → 59 Branch
Reporter | ||
Comment 4•7 years ago
|
||
Link to the extension:
https://addons.mozilla.org/firefox/addon/bugzillajs-open-all-in-tabs/
Reporter | ||
Comment 5•7 years ago
|
||
...which is conveniently the same culprit as bug 1448309.
Reporter | ||
Updated•7 years ago
|
Flags: needinfo?(jkt)
Updated•7 years ago
|
Flags: needinfo?(mdeboer)
Priority: P3 → P1
Updated•7 years ago
|
Blocks: ss-reliability
Comment 6•7 years ago
|
||
Ryan, you're badass! Thanks for helping out and finding the regression!
Comment 7•7 years ago
|
||
Amazing I can STR this consistently:
1. Install https://addons.mozilla.org/en-GB/firefox/addon/bugzillajs-open-all-in-tabs/
2. Go to https://bugzilla.mozilla.org/buglist.cgi?quicksearch=strange+thing
3. Click "Open All in Tabs"
4. Click next tab along
5. Ctrl+w
6. Ctrl+Shift+T
I get the following error:
"Given tab is not restoring. SessionStore.jsm:4839"
I think this is a duplicate of bug 1448309 based on that. I'm happy to leave open or whatever work.
Flags: needinfo?(jkt)
Comment 8•7 years ago
|
||
It appears the content script is creating the tabs with expanded principals which are not serialisable. I suspect we should pick the last principal in the list perhaps.
Updated•7 years ago
|
Keywords: regression
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 10•7 years ago
|
||
Verified working correctly on current nightly now.
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Reporter | ||
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•