Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

Avatar for Username

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში. აქ არავინ უნდა მოგთხოვოთ ტელეფონზე დარეკვა, შეტყობინების გაგზავნა ან პირადი მონაცემების გაზიარება. რამე საეჭვოს შემჩნევისას გთხოვთ გვაცნობოთ „დარღვევის მოხსენებით“.

ვრცლად

Left close tab button stopped working firefox 113, mac

  • 4 პასუხი
  • 0 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 2 ნახვა
  • ბოლოს გამოეხმაურა 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

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

ყველა პასუხი (4)

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

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

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;".

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