We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Fungování této stránky je z důvodu údržby dočasně omezeno. Pokud žádný článek nápovědy nevyřeší váš problém a potřebujete se zeptat na další řešení, napište nám na Twitter @FirefoxSupport nebo Reddit /r/firefox.

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

Left close tab button stopped working firefox 113, mac

  • 4 odpovědi
  • 0 má tento problém
  • 18 zobrazení
  • Poslední odpověď od Debbie

more options

Hi, I have a mac and I use the userchrome.css file to place the close tab button on the left side of each tab (visible on both active and inactive tabs). This code has worked fine for several years. However, this past week it has stopped working. Looks like the problem started with the upgrade to version 113.0.1. Besides the close tab "x" now showing up on the right(annoying on a mac), the last tab has no close tab "x" at all. To close it, you have to add another tab, which you can't close either.

I would appreciate any suggestions as to how to fix this.

Also, websites have been loading much slower than usual.

Thank you for your help. Debbie

Hi, I have a mac and I use the userchrome.css file to place the close tab button on the left side of each tab (visible on both active and inactive tabs). This code has worked fine for several years. However, this past week it has stopped working. Looks like the problem started with the upgrade to version 113.0.1. Besides the close tab "x" now showing up on the right(annoying on a mac), the last tab has no close tab "x" at all. To close it, you have to add another tab, which you can't close either. I would appreciate any suggestions as to how to fix this. Also, websites have been loading much slower than usual. Thank you for your help. Debbie

Všechny odpovědi (4)

more options

You may be able to use the first stanza of the code in the answer linked below.

https://support.mozilla.org/en-US/questions/1413478#answer-1581043

more options

Thanks for the suggestion! Unfortunately, it did not change anything, but I appreciate your help.

more options

Can you post your current userChrome.css ?

Note that -moz-box-ordinal-group is no longer supported in 113 and that you likely need to replace "-moz-box-ordinal-group:0" by "order:-1 !important;".

more options

Thank you!!!!

Replacing "-moz-box-ordinal-group:0" with "order:-1 !important;" completely fixed the problem.

For the future, is there someplace I can check to see if something is no longer being supported in a new version of firefox, whenever one is released. That could save a lot of time/effort in troubleshooting a problem.

Again, thank you for your help. Debbie