為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Where did Close Tab and Close Window under the File tab go? I end up with all these open windows or exiting altogether.

  • 6 回覆
  • 11 有這個問題
  • 8 次檢視
  • 最近回覆由 cor-el

more options

Under the File tab, I no longer see Close Tab or Close Window. Thus, I end up with a lot of open windows, because if I click File Exit, I'm logged out.

Under the File tab, I no longer see Close Tab or Close Window. Thus, I end up with a lot of open windows, because if I click File Exit, I'm logged out.

所有回覆 (6)

more options

There never was a Close Tab or Close Window in File or any Meun by default in Firefox. There is the usual New Tab and New Window in File menu yes.

Those Close Tab or Close Window may have been due to a Tab related Extension.

https://support.mozilla.com/en-US/kb/Menu%20Reference?s=menu++&as=s#os=win&browser=fx35

https://support.mozilla.com/en-US/kb/Menu%20Reference?s=menu++&as=s#os=win&browser=fx4

more options

Some menu entries are hidden by default and only appear if you use the keyboard to open the menu.

You can see the difference if you use Alt+F or Alt+B to the File and Bookmarks menu 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 pressing Alt or by pressing F10.

  • Bug 626825 - Hide redundant menu commands unless the user invokes the menu using the keyboard (make use of the openedWithKey attribute)

由 cor-el 於 修改

more options

Yes, I can see them now using Alt+F. Can they be made to show up in the menu just by clicking File? That's how it was in the previous version of Firefox, and it was much more convenient.

more options

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


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

#navigator-toolbox menuitem[class="show-only-for-keyboard"]{ display:-moz-box !important; }

more options

Thanks for the help, but I'm not sure what to do with it.

When I click on this, "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul", I get a message that this technology is no longer supported.

more options

You need to create a file userChrome.css in the chrome folder in the Firefox Profile Folder and paste the above posted code in the file.

You can use the ChromEdit Plus extension to make it easier to edit the file.

You can access the profile folder via this button:

  • Help > Troubleshooting Information > Profile Directory: Open Containing Folder

That code will cause all hidden menu entries to get visible all the time, so you can use the mouse to open the menus and do not need to use the keyboard.