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 323 forks source link

Long container name in URL bar truncated in Firefox =127.0 #2641

Closed itai590 closed 2 weeks ago

itai590 commented 2 weeks ago

Before submitting a bug report

Step to reproduce

  1. Upgarde to Firefox 127.0
  2. Open a new tab in the container with a long name

Actual behavior

The container name is not fully displayed in the URL bar as before for container name: 'research-rooms-management staging aws-role' Only this will be displayed 'research-rooms ...'

Screenshot 2024-06-17 at 20 17 23

Expected behavior

for container name: 'research-rooms-management staging aws-role' display entire container name: 'research-rooms-management staging aws-role'

Screenshot 2024-06-17 at 20 03 47 Screenshot 2024-06-17 at 20 14 03

Additional informations

No response

Provide a copy of Troubleshooting Information page (optional)

No response

dannycolin commented 2 weeks ago

The container label in the urlbar is managed in Firefox source code itself and not in this addon. This issue should be reported on bugzilla.mozilla.org under Firefox > Address bar.

For your information, this change in Firefox was made on purpose because long container label were breaking the urlbar UI when the window width was smaller than a certain size. In the meantime, you can hover over the label to see the full container name.

itai590 commented 2 weeks ago

Thank You