With a download paused, tabs are restored
Categories
(Firefox for Android Graveyard :: Session Restore, defect, P5)
Tracking
(firefox64 wontfix, firefox65 wontfix, firefox66 fix-optional)
Tracking | Status | |
---|---|---|
firefox64 | --- | wontfix |
firefox65 | --- | wontfix |
firefox66 | --- | fix-optional |
People
(Reporter: ohorvath, Unassigned)
References
Details
Attachments
(1 file)
1022.23 KB,
text/plain
|
Details |
Comment 2•7 years ago
|
||
Reproducible also if the downloads are in progress.
Comment 3•7 years ago
•
|
||
and they aren't loading
sounds like bug 1494748.
As for
Tabs are restored
The problem is that the tab state is tied to the state of our main app process [1], whereas Android's task switcher deals with tasks as stacks of activities. Unless customised by an OEM, swiping away a task/activity won't kill the process as long as other activities or services are still using the process. For active (i.e. not completed) downloads, the latter case (we use a service for displaying the notification, so we won't be easily killed) probably applies.
While I grant that this is not ideal, I think that currently fixing this would be more trouble than its worth, as long as we finally manage to tackle bug 1494748.
[1] To which both the state of Gecko as well as that of our Tabs singleton instance are tied.
Comment 4•7 years ago
|
||
I was able to reproduce the issue on Release 64.0.2, with Sony Xperia Z2 (Android 6.0.1).
Note:
- The restored tabs are blank. When I tried to reload the pages, the result was still blank pages.
Comment 5•5 years ago
|
||
Updated•5 years ago
|
Description
•