stoically / temporary-containers

Firefox Add-on that lets you open automatically managed disposable containers

Home Page:https://addons.mozilla.org/firefox/addon/temporary-containers/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Page action button (in address bar) does not display if tab is in no container at all

nike4613 opened this issue · comments

  • Temporary Containers Version: 1.9.2
  • Firefox Version: 115.13.0 (Floorp 11.15.0)

Actual behavior

No page action button when tab does not have container

Expected behavior

The page action button to be present even when a tab is not in a container

Steps to reproduce

  1. Open a tab outside any containers (you can use the Sideberry extension, for instance, to do so)
  2. Observe lack of button, even with option enabled

Notes

It seems to be this code that causes the problem:

const container = await browser.contextualIdentities.get(
activatedTab.cookieStoreId
);

I see in the debug console for the background page this error:
image