Open Bug 1813931 Opened 2 years ago Updated 10 months ago

Extensions can no longer create tabs that are not active

Categories

(Fenix :: WebExtensions, defect)

All
Android
defect

Tracking

(Not tracked)

People

(Reporter: gl, Unassigned)

Details

From github: https://github.com/mozilla-mobile/fenix/issues/14693.

The following call from an extension background script will open a new tab next to existing tabs and switch to it, instead of keeping the currently active tab in focus.

browser.tabs.create({
  url: "https://example.org",
  active: false
})

The active property works as expected in Fennec.

  • Fenix version: 80.1.2

┆Issue is synchronized with this Jira Task

Change performed by the Move to Bugzilla add-on.

Severity: -- → S3
You need to log in before you can comment on or make changes to this bug.