Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

话题已关闭并存档。 如果需要帮助请提出新问题。

New tab "+" missing from tab bar with with 20 tabs or more

  • 11 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 trgz

more options

After the latest update (117.0 64-bit) I now do not see the '+' sign in the tab bar. I have 40 tabs open (please, no negativity - it's always worked for me), but if I close all of the tabs it reappears. Re-open the original 42 tabs and it's gone again. Close them and it reappears, etc. Now for the fun bit: starting from scratch with a new window - the '+' is there, but open 20 more tabs and it goes.

After the latest update (117.0 64-bit) I now do not see the '+' sign in the tab bar. I have 40 tabs open (please, no negativity - it's always worked for me), but if I close all of the tabs it reappears. Re-open the original 42 tabs and it's gone again. Close them and it reappears, etc. Now for the fun bit: starting from scratch with a new window - the '+' is there, but open 20 more tabs and it goes.
已附加屏幕截图

被采纳的解决方案

You may have a userChrome.css file with CSS code that needs an update.

If you have this rule then remove it as it is no longer needed.

#tabbrowser-tabs { width: 100vw !important;}

定位到答案原位置 👍 6

所有回复 (11)

more options

Small bit of extra info: the Ctrl+ 'T' still works fine, to open a new tab, so it's not actually a limit

more options

由jonzn4SUSE于修改

more options

jonzn4SUSE said

Have a look at this. https://support.mozilla.org/en-US/questions/1372930

I'd seen that article already, thanks, but sadly that doesn't resolve my issue as the New Tab icon isn't available either (has it been removed since that article?)

more options

I assume you already tried the Restore Defaults option? Where did you get Firefox from? How about Firefox Refresh? Same issue under another user account?

more options

What security software are your running?

more options

It looks like your userChrome.css modifications are causing issues with the latest version. You can disable them by going to about:config in the address bar and changing toolkit.legacyUserProfileCustomizations.stylesheets to false then restarting the browser.

more options

zeroknight said

It looks like your userChrome.css modifications are causing issues with the latest version. You can disable them by going to about:config in the address bar and changing toolkit.legacyUserProfileCustomizations.stylesheets to false then restarting the browser.

But I like my customizations, and the problem only appears when I open 20 or more tabs, and that it has only just started happening (and Ctrl+'T' still works). In my mind a better solution would be to roll back to the previous version. But thanks for the reply - that's a useful bit of knowledge/detail :-)

more options

jonzn4SUSE said

What security software are your running?

Tons - doesn't explain why it only starts to happen with 20 or more tabs though...

jonzn4SUSE said

I assume you already tried the Restore Defaults option? Where did you get Firefox from? How about Firefox Refresh? Same issue under another user account?

Got my copy of Firefox from a dodgy looking guy in a pub! nah, just joshing, I installed last year fresh (IIRC) from the Mozzie site. To do both of those I'd have to go through the very painful process of getting Firefox back to the condition that I like it, with the necessary extensions, and their settings, and fiddle around with getting the Tabs where they really ought to be, ie in the correct place and not at the top of the page like some awful attempt at modernity/hipness. Happier, and easier, to roll it back...

more options

I've got the new tab icon back in my Toolbar (though not as a '+' in the Tabs bar) - I used that tip about setting toolkit.legacyUserProfileCustomizations.stylesheets to false, restarted FF, dragged the '+' off the Tabs bar into the pick list, turned toolkit.legacyUserProfileCustomizations.stylesheets to true, restarted FF and then dragged the 'New Tab' icon from the customization picklist into the Toolbar where it is now cluttering up my nice layout (its days are numbered!). TBH, being a bit old-school, I'm getting used to using Ctrl+'t' already and so I'll probably stick with that. It still seems crazy that once I pass 20+ tabs the '+' dissappears, but yet I can still continue to add new tabs using the icon, or Ctrl+'t', or right-clinking on any tab and selecting 'New Tab'. IMO this is another, albeit small, disappointing moment in the development of the only viable browser for the PC.

more options

选择的解决方案

You may have a userChrome.css file with CSS code that needs an update.

If you have this rule then remove it as it is no longer needed.

#tabbrowser-tabs { width: 100vw !important;}

由cor-el于修改

more options

cor-el said

You may have a userChrome.css file with CSS code that needs an update. If you have this rule then remove ot as it is no longer needed.
#tabbrowser-tabs { width: 100vw !important;}

Bingo! That was it. Many thanks!