multi-account-containers icon indicating copy to clipboard operation
multi-account-containers copied to clipboard

Pinned tabs are not reopened in same container

Open bomgar opened this issue 3 years ago • 4 comments

Before submitting a bug report

  • [X] I updated to the latest version of Multi-Account Container and tested if I can reproduce the issue
  • [X] I searched for existing reports to see if it hasn't already been reported

Step to reproduce

I have a site that is assigned to a container. I open the site without a container pin the tab. Relaunch firefox

Actual behavior

The addon opens a new tab on firefox relaunch and asks me what to do.

Expected behavior

I expect pinned stuff to just be there the same as before.

Additional informations

No response

Provide a copy of Troubleshooting Information page (optional)

No response

bomgar avatar Dec 01 '22 09:12 bomgar

The addon opens a new tab on firefox relaunch and asks me what to do.

This is the expected behavior. To solve this issue, you have two choices:

a) tick the "Remember my decision" box so it's permanently assigned to a container b) remove the assignment for this website.

dannycolin avatar Dec 01 '22 23:12 dannycolin

that might be true for normal tabs. It is strange for pinned tabs though. The tab that asks you which container you want is also not pinned anymore. so not really expected.

bomgar avatar Dec 02 '22 06:12 bomgar

It is strange for pinned tabs though.

Why is it strange. Pinned tabs aren't tied up to the container mechanism and exist on their own. They exist primarily to avoid a tab to be closed.

The tab that asks you which container you want is also not pinned anymore.

If your pinned tabs aren't pinned anymore when you reopen your browser, this is most likely a bug with Firefox itself. You can report it on bugzilla.mozilla.org.

dannycolin avatar Dec 08 '22 00:12 dannycolin

This looks like a subset of #1155.

Couldn't it be implemented for the case of pinned tabs without the platform support, because pinned tabs are only opened through the user's explicit actions instead of through e.g. <a target="_blank"> and there are currently no way to directly open a new tab as a pinned Container tab AFAICT, so you can deduce that a pinned Container tab has gone through a Multi-Account Containers Confirm Navigation prompt from a previous session? (I admit the premise is quite fragile though.)

The tab that asks you which container you want is also not pinned anymore.

If your pinned tabs aren't pinned anymore when you reopen your browser, this is most likely a bug with Firefox itself.

I guess that is due to the behavior of #1835 (open a new tab and remove the existing one) instead of a but with Firefox.

tesaguri avatar Jul 01 '24 11:07 tesaguri