Closed
Bug 1343231
Opened 8 years ago
Closed 7 years ago
Closing a tab will switch to the next tab numerically, not the most recently used tab
Categories
(Firefox for iOS :: General, enhancement, P1)
Tracking
()
RESOLVED
FIXED
Iteration:
1.29
People
(Reporter: SimonB, Assigned: jhugman)
References
Details
(Whiteboard: [MobileCore][papercut])
Attachments
(1 file)
Build: b2aff9d
iOS: 10.2
Device: iPad Air 2
Steps to reproduce:
1. Open 3 tabs
2. In the second tab go to news.google.com
3. Tap on an article
4. Close the article
Actual results:
- After closing the article the focus will switch to the next tab, not the news.google.com page.
Expected results:
- After closing the article the focus should switch to the previous tab, news.google.com.
Note:
- When closing an article on Desktop the focus will switch to the previous tab.
Updated•8 years ago
|
Updated•8 years ago
|
Priority: -- → P3
Updated•8 years ago
|
Whiteboard: [MobileCore]
Updated•8 years ago
|
Updated•8 years ago
|
Whiteboard: [MobileCore] → [MobileCore][papercut]
Dev note: check if the TabManager uses the Tab's date accessed to determine which tab to switch to when a tab is closed
Assignee | ||
Comment 2•7 years ago
|
||
Attachment #8904335 -
Flags: review?(gkeeley)
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jhugman
Status: NEW → ASSIGNED
Iteration: --- → 1.29
Priority: P3 → P1
Attachment #8904335 -
Flags: review?(gkeeley) → review+
Summary: After closing the article the focus will switch to the next tab, not the news.google.com page. → Closing a tab will switch to the next tab numerically, not the most recently used tab
Assignee | ||
Comment 3•7 years ago
|
||
Merged into master.
Assignee | ||
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•7 years ago
|
Whiteboard: [MobileCore][papercut] → [MobileCore][papercut][NeedsUplift]
Updated•7 years ago
|
Whiteboard: [MobileCore][papercut][NeedsUplift] → [MobileCore][papercut]
Comment 4•7 years ago
|
||
Uplifted to v9.x
Comment 5•7 years ago
|
||
The fix in this bug was incorrect: it switches to tabs opened in the background with Open In New Tab, including ones the user has never viewed, and the behavior is now very different to desktop’s. I marked the regression bug as blocking this one.
Comment 6•7 years ago
|
||
Follow-up PR is in https://github.com/mozilla-mobile/firefox-ios/pull/3876.
You need to log in
before you can comment on or make changes to this bug.
Description
•