Closed
Bug 1493707
Opened 7 years ago
Closed 7 years ago
iPhone: Blank tab after long-press close tab. (bad parent tab)
Categories
(Firefox for iOS :: General, defect)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| fxios | ? | --- |
People
(Reporter: garvan, Unassigned)
Details
Report from user:
" Open a bunch of tabs. Read some stuff. Close a tab… and the next tab will come up blank (URL at the top, but blank content), and the entire UI becomes unresponsive. Have to kill the app and resume.
Using Long-press, “close tab” "
Likely related to tab removal refactor in https://github.com/mozilla-mobile/firefox-ios/pull/4093
STR:
- long press on home panel on two thumbnails to open them in new tabs (don't switch to them)
- long press on tabs button to close the tab (selected tab should still be the first one, it is now closed)
- repeat ^
- crash
This is because the long-pressed tabs were marked as childen of the first tab. When the first tab is closed, that parent is dead, and when the child tab is closed it tries to select the dead parent.
Summary: iPhone: Blank tab after long-press close tab. → iPhone: Blank tab after long-press close tab. (bad parent tab)
landed on master
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•