mozilla / multi-account-containers

Firefox Multi-Account Containers lets you keep parts of your online life separated into color-coded tabs that preserve your privacy. Cookies are separated by container, allowing you to use the web with multiple identities or accounts simultaneously.
https://addons.mozilla.org/firefox/addon/multi-account-containers/
Mozilla Public License 2.0
2.64k stars 322 forks source link

Containers aren’t in order in new tab context menu #2573

Closed Cimbali closed 9 months ago

Cimbali commented 9 months ago

Before submitting a bug report

Step to reproduce

Without MAC, right clicking on the “+” button in the tab bar looks like this (blank profile, no addons):

image

After installing MAC, the menu now looks like this:

image

image

Actual behavior

The container selection menu has the first container displayed last:

image

Expected behavior

The container selection menu displays containers in the specified order.

Additional informations

This is the main way by which I select new containers when navigating with the mouse, and I have a few frequently used containers and a number that are infrequently used and clutter the top of the list, which makes this issue quite annoying (to me at least).

Provide a copy of Troubleshooting Information page (optional)

No response

dannycolin commented 9 months ago

It's a duplicate of #1958 and it needs to be fixed in Firefox. You can have a look at https://bugzilla.mozilla.org/show_bug.cgi?id=1333395. There's an old patch there from an ex-staff that needs to be updated to support an array of ids to move. If you want to contribute a patch, feel free to ping me on Matrix. I would definitely welcome one!

Cimbali commented 9 months ago

Thanks, missed the original somehow…

rparkins999 commented 8 months ago

I want this too. I use a lot of containers and would like to have the most frequently used containers at the top of the list.

Cimbali commented 8 months ago

I’ve sumbitted a patch on firefox’s side 2 months ago to allow reordering, it’s awaiting review. The bugzilla comments explain that you can also reorder the containers by manually editing the containers.json file in your profile and reordering the array entries in there.

dannycolin commented 8 months ago

@Cimbali I'll ping the reviewer on monday and see if we can get this moving.