Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

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 人がこの問題に困っています
  • 189 回表示
  • 最後の返信者: cor-el
  • アーカイブに保管済み

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)

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

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 により に変更されました

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.

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; }

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.

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.