artsyfriedchicken / EdgyArc-fr

Firefox Userchrome and sidebery style
Mozilla Public License 2.0
619 stars 15 forks source link

Always collapsed sidebar works only for first opened window #33

Closed thyttan closed 5 months ago

thyttan commented 5 months ago

!!! This may be expected incompatibility between latest changes for Firefox 126 and me running Firefox 125.02.

Describe the bug af.edgyarc.sidebar-always-collapsed == true only has effect on the first opened instance of Firefox.

To Reproduce Steps to reproduce the behavior:

  1. Open a first instance of Firefox.
  2. Notice the sidebar collapses and stays collapsed on mouse hover.
  3. Press Ctrl+n to open a new window.
  4. See that the sidebar in the new window is not collapsed (BUG).
  5. Toggle the userchrome off and then on again.
  6. See that the sidebar now collapses in both windows.

Expected behavior If af.edgyarc.sidebar-always-collapsed is true all new windows should adhere to the setting.

Screenshots First window: image Second widow directly after Ctrl+n: image Second window after toggle userchrom off and on again: image about:config: image image

Desktop (please complete the following information):

Additional context

artsyfriedchicken commented 5 months ago

Unfortunately, thats a limitation of how userchrome toggle works, and theres really not much i can do regarding it

thyttan commented 5 months ago

OK, thanks!