The last private tab will disappear when resuming a download
Categories
(Firefox for Android :: Privacy, defect, P2)
Tracking
()
People
(Reporter: cpeterson, Assigned: giorga)
Details
(Whiteboard: [qa-triaged])
Attachments
(3 files)
From github: https://github.com/mozilla-mobile/fenix/issues/24610.
Steps to reproduce
- Enter private browsing;
- Go to a site from where you can download a large file like https://www.thinkbroadband.com/download;
- Begin downloading a large file;
- Close the tab by swiping it;
- When prompted by the "Cancel private download? popup select "stay in private browsing".
Expected behaviour
The tab opened in private browsing should remain open.
Actual behaviour
The tab appears to close and the private browsing tabs tray seems empty until the normal tabs tray is tapped.
Device name
OnePlus 6T
Android version
Android 9
Firefox release type
Firefox Beta
Firefox version
100.0.0-Beta.1
Device logs
No response
Additional information
┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Reporter | ||
Comment 1•2 years ago
|
||
amocirean says this bug is reproducible in Fenix 109.
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 2•2 years ago
|
||
This issue is still reproducible on the latest Firefox for Android versions, with Xiaomi Redmi Note 8T (Android 11).
Comment 3•2 years ago
|
||
There's no way for TabTouchCallback
to know if the tab is real closed or not on onSwiped
calling onRemoveTab
(finally goto deleteTab
in TabsTrayController
) , so when not real closed , the animation could not be revert.
From the attachment, you can see the tab is show under sync tab.
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Comment 4•2 years ago
|
||
This no longer appears to be an issue. Please refer to the video. If I'm misunderstanding this, please feel free to reopen.
Description
•