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

Lolu chungechunge lwabekwa kunqolobane. Uyacelwa ubuze umbuzo omusha uma udinga usizo.

I can no longer close one tab at a time from the file tab. It is no longer an option

  • 3 uphendule
  • 17 zinale nkinga
  • 8 views
  • Igcine ukuphendulwa ngu cor-el

more options

The file tab used to have an option to close one tab at a time. It is no longer available in file. If i close using the "X" it closes all of the tabs out.

The file tab used to have an option to close one tab at a time. It is no longer available in file. If i close using the "X" it closes all of the tabs out.

All Replies (3)

more options

You can close a tab with a middle-click on that tab.

more options

And this is supposed to be an enhancement? How so?

more options

Some menu entries in the main menu bar are hidden if you use the mouse and only appear if you use the keyboard to open the menu (Bug 626825).
You can see the difference if you use Alt+F to open the File menu or other menus like the Edit menu (Alt+E) and Bookmarks menu (Alt+B) and compare that to what you see if you use the mouse to open the menu after you have made the menu bar visible by tapping Alt or by pressing F10.


Add code to userChrome.css below the default @namespace line.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

/* Always show menu entries with class="show-only-for-keyboard" */
#navigator-toolbox menuitem[class="show-only-for-keyboard"]:not([hidden="true"]){ display:-moz-box !important; }