Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Left close tab button stopped working firefox 113, mac

  • 4 replies
  • 0 have this problem
  • 18 views
  • Paskiausią atsakymą parašė 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

All Replies (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