Aris-t2 / CustomCSSforFx

Custom CSS tweaks for Firefox
GNU General Public License v3.0
1.86k stars 181 forks source link

Pinned tabs off screen in 119 #621

Closed xR2 closed 1 year ago

xR2 commented 1 year ago
  1. Does the issue occur without any files inside /chrome/ folder? No

  2. Issue description: The pinned tabs disappeared, only accessible via Ctrl+Tab. This issue happens only after I updated firefox to version 119. It seems to be the same problem as reported last year here.

The only settings I have is on userChrome.css , line 585 @import "./css/tabs/tabs_below_navigation_toolbar.css"; /**/

  1. Does the issue occur with the most recent version of CustomCSSforFx (release/test/dev build)? Yes. I tested custom_css_for_fx_v4.4.1.zip and custom_css_for_fx_v4.4.1v2.zip

  2. Screenshots showing the issue (drag & drop images into this post): artwork14

  3. System information Windows 10 Pro 22H2 (build 19045.3448) Scaling: 225% Firefox version: 119.0b3 (64-bit) Firefox theme : build in dark Is 'about:config > toolkit.legacyUserProfileCustomizations.stylesheets' set to 'true': Yes.

Aris-t2 commented 1 year ago

Unfortunately I can not test your configuration. Does this also happen, if your scaling is set to 100%?

Simulating bigger scaling via about:config > layout.css.devPixelsPerPx > 2.25 does not offer such an issue for me: image

xR2 commented 1 year ago

Maybe I understood this wrongly. My scale at 225% is setted at OS level. At layout.css.devPixelsPerPx I have it set as -1. Changing to 2 or 1 doesn't fix it.

If I switch to @import "./css/tabs/tabs_below_titlebar_above_navigation_toolbar.css"; /**/ the issue doesn't happen.

Aris-t2 commented 1 year ago

I meant "does this happen too, if you set your OS scaling to 100 %"?. The devpix settings can only simulate scaling, but is does note have to be identical to what the OS does.

This issue does not happen here. Nothing changed codewise, that would point to such an issue.

xR2 commented 1 year ago

I meant "does this happen too, if you set your OS scaling to 100 %"?

Unfortunately it still happens.

Aris-t2 commented 1 year ago

Sorry, I don't know why this happens on your end. The only suggestion left is setting up chrome folder with latest version of this projects files again.

xR2 commented 1 year ago

I tried deleting the chrome folder, restarting browser, then adding the latest version and restarting again: nothing. Then I decided to play with TAB appearance and it seemed to be like the issue only happens with the Classic tabs appearance known from Firefox 4-28 , however, after going to "no appearance" setting, and back with classic plus the /tabs_below_navigation_toolbar.css it is now working.

Maybe I should have started without any settings after the update and then edit the css afterwards.