Ky sajt do të funksionojë me kufizime, teksa bëjmë mirëmbajtjen e tij për të përmirësuar punën tuaj. Nëse një artikull nuk e zgjidh problemin tuaj dhe dëshironi të bëni një pyetje, kemi bashkësinë tonë të asistencës, e gatshme për t’ju ndihmuar, te @FirefoxSupport në Twitter dhe/r/firefox në Reddit.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

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

  • 6 përgjigje
  • 11 e kanë hasur këtë problem
  • 8 parje
  • Përgjigjja më e re nga 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.

Krejt Përgjigjet (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)

Ndryshuar nga 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.