mozilla-mobile/firefox-ios

If closing a background tab while a new URL is being loaded from a bookmark, the new URL stops loading

Open

#32334 opened on Mar 1, 2026

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Swift (12,950 stars) (3,203 forks)batch import
Bug 🐞Contributor OKGood first issue

Description

Steps to reproduce

  1. Open a tab and load any website
  2. Open a new blank tab
  3. From the blank tab, load any URL from a bookmark
  4. While the new URL is waiting on a response to the initial HTTP request, close the first tab

Expected behavior

The first tab is closed while the second tab continues loading.

Actual behavior

The first tab is closed and the second tab stops loading and returns to the homepage.

Note that this only happens if I close the first tab while the initial HTTP request is pending in the second tab. If the initial request succeeds and it’s just waiting on other assets like images and fonts, the issue won’t occur. You have to get it at a very specific time.

Device & build information

  • Device: iPad Air 2019 A2163 / iOS 26.3
  • Build version: 68216
  • First seen version: Not sure

Notes

Attachments:

:information_source: Reference Person

@Foxbolts

┆Issue is synchronized with this Jira Task

Contributor guide