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

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.

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).<br />
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.
*http://kb.mozillazine.org/userChrome.css
The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.
*http://kb.mozillazine.org/Editing_configuration
<pre><nowiki>@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; }
</nowiki></pre>

Similar Messages

  • In the latest version of Firefox, I am not able to open a new tab neither by Ctrl+T nor from the File Tab nor by pressing the '+' sign next to the last tab

    In the latest version of Firefox, I am not able to open a new tab neither by Ctrl+T nor from the File Tab nor by pressing the '+' sign next to the last tab. So the only solution is opening "New window" which is extremely messy. Kindly help me with this issue.

    hello, can you try to replicate this behaviour when you launch firefox in safe mode once? if not, maybe an addon is interfering here...
    [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]

  • How can I open just one of my several homepages in the current tab? You can in Internet Explorer but can only open all at once in lots of tabs with Firefox?!?

    Within Internet Explorer you can click on a little arrow next to the homepage icon and a dropdown appears with a list of your homepages (I have 5). So if I want to quickly check my facebook or e-mail I can click on it and then on whichever I want to visit (both are homepages). It is much quicker than using bookmarks/typing it in and I don't like the 'permanent tab' feature as I don't want them always open. Does this feature already exist?

    You can create a folder with the home pages by using "Bookmark All Tabs" to open a specific page.
    You can place that folder on the bookmarks toolbar or use the Bookmarks menu button that you can find in the toolbar palette to get access to that folder easily.
    * Open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout"
    * "Bookmark All Tabs" can be accessed via the right-click context menu of a tab on the tab bar.
    * "Bookmark This Page" can be accessed via the right-click context menu of that browser page.

  • I can only go back one page at a time because the drop-down jump back multiple pages feature is missing; how do I get this feature back?

    On Firefox 3.6 the back and forward buttons also had a drop-down menu to enable me to jump back to one of the last, say, 10 pages I had viewed rather than only go back one at a time. Also, the reload button appears to be missing and I can't figure out how to bring these back. Otherwise, an awesome upgrade; thanks for all your hard work on this fantastic product.

    You can right-click either Back or Forward button to open the tab history list.

  • How to play one specific album at a time from the Artist tab.

    In regards to 5th gen iPod Touches: I'm wondering if I can play just one album at a time (not all the songs by an artist) via the Artist tab. The only way I have found to do this is Artist>Click on a song in the album I want to listen to (At this point, ALL songs from the artist will be selected for playing)>Click on the album's song listing on the top right>click on another song in the album. This is very inconvenient and was not at all like this on my older iPod Touch. Any help would be great!

    Is the MQ Queue local or remote?

  • Firefox 4 the "close tab" button is missing from the "File" pull down

    In Firefox 4 the "close tab" button does not appear in the "File" pull down.
    This button does appear in Firefox 3.6.16 but is now gone.
    I need it when I have two windows open, each with one tab open and I want to close one window.
    The only option presented to me is "Quit" which closes both windows...

    I agree with what you said,
    "OK. While of nuisance value [why isn't this the default?]"
    Why isn't it the default?
    Why force users to switch from a mouse to a keyboard (control-w) just to close a tab?

  • View more than one sheet at a time from the same file?

    I'm trying to view two different sheets at the same time from one file. This was possible in excel by opening a "new" window. Does anyone know how to do this in numbers?
    Thanks for the help,

    Skigilboa wrote:
    I'm trying to view two different sheets at the same time from one file. This was possible in excel by opening a "new" window. Does anyone know how to do this in numbers?
    You know what: Happily, _*Numbers is definitively not a clone of Excel*_ !
    It's not forced to duplicate every features of this program !
    We may see every tables of a given sheet
    but we can't see tables of two sheets simultaneously.
    This feature is very important because it's linked to
    the one which allow us to have different orientation for different sheets.
    Yvan KOENIG (VALLAURIS, France) dimanche 13 septembre 2009 15:04:06

  • Is there a keyboard shortcut to move to the next tab right or left from the current tab?

    In a tab group is there a keyboard shortcut to move to the next tab right or left; to cycle through the tabs?
    I already know about ctrl-1 through 8

    Try use '''Ctrl+Tab''' and '''Ctrl'''+'''Shift'''+'''Tab'''

  • Why can i only select one LUN for repository creation from the list of LUNs

    1) have successfully created a server pool with heartbeat/cluster lun of 15GB storage
    2) Now trying to create repositories for VMs - Unable to select more then 1LUN per repository - we have a requirement of over 14TB and have 1TB per LUN does this mean we will require 14 repositories??? Please help
    Thanks in advance

    right....It seems as though we will have to have 1TB LUNs per Repository, one question that comes to mind is that is it possible for a single VM to use more then one repository any ideas... ??
    so for example if a VM needs to utilise remaining free space from a LUN is this possible or if a VM needs a bigger partition then 1TB can we use 2 x repositories to build this partition?? as we have max 1TB LUNs from storage.
    Or will we have to request a amendment to the size of LUNs to increase to 2TB from storage? 2TB being max supported to a repository

  • Read one word at a time from a text file

    I want to read one word at a time from a text file as it is done by "scanf &s" function in text based programme. It is not possible by " read from text"  function. Suggest me  function or method to solve this.

    The simplest way is to use the spreadsheet string to array function with the space character as the delimiter.
    Note that this won't work unless there is a space character between the words - it won't work with line feeds / carriage returns between the words but you could always split the string into lines first. You may also want to trim whitespace to remove any other non-visible characters (e.g. tab, line feeds) from around the word.
    If you need something more sophisticated that splits based on whitespace (e.g. tab, new line) then you'll probably need to do something with searching the string for these characters (e.g. using a regular expression) and then splitting them yourself into an array.
    Of course...if you actually want to just read one word at a time from the file rather than just split the file into words (I assumed you meant this), you will need to read the file byte by byte using the low level file IO functions, build a buffer of the bytes and check the character you've read to see if it a space.
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • How can I only close one tab, not two or more tabs at a time?

    I would like to be able to close one tab, and go back to my email or original page, but I only get the message that I will close all tabs. I would like to be able to close one tab, and go back to the previous tab that I have open, not have to go back and sign in to my email when it should still be open. This works with Internet Explorer, why can it not work with Firefox?

    The dialog Firefox displays when you click the "close window" (X) button doesn't have the option to only close the current tab. Instead, you can use one of these methods to close just the current tab:
    * Click the "x" that should appear on the current tab itself
    * Right-click the current tab > Close tab
    * Press Ctrl+w to close the current tab
    (Note: If you accidentally press Ctrl+w twice, you can re-open the tab by pressing Ctrl+Shift+t to Undo Close Tab)

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

    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.

    You need to create a file userChrome.css in the chrome folder in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder] and paste the above posted code in the file.<br />
    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.

  • HELP!! Can's type in Firefox UNLESS I open another internet tab, then go back to the first tab.

    HELP!! Can's type in Firefox UNLESS I open another internet tab, then go back to the first tab! All of the sudden, out of the blue, I hear the little "beep" noise that Mac's make when, for example, you try to close a program without saving an item first. It will "beep" to make you aware that you have an unsaved document. Now, without changing anything on my computer or Firefox, I get thet "beep" when I go to Firefox and try to type in a search box, etc. The only way I can type is if I open a new tab in firefox, then go back to the first tab. Only then will I be able to type. If I use my mouse and click on another box to type on, or try to go back and edit text I have already trped using the mouse to jump to a different portion of my text, I will hear the same "beep" until I (once again) click on another tab, then return to the first tab. It is very annoying as I have to constatnly click on another tab then return so that I can type or edit any thing. I had to do this several times while editing this very paragraph!! I have uninstalled Firefox and reinstalled. Nothing changed...
    Any help????
    Thanks in advance!

    To find out if it's system wide or user specific, try this...
    Open System Preferences>Users & Groups, unlock the lock, click on the little plus icon, make a new admin account, log out & into the new account.
    Does it work in the new account?

  • HT201363 How can I make an Apple ID without credit card if the "none" tab is not visible to me?

    How can I make an Apple ID without credit card if the "none" tab is not visible to me?
    Help me out please

    Hello, aligt9p. 
    Thank you for visiting Apple Support Communities. 
    To create an Apple ID without a credit card, there is a specific series of steps that have to be processed in order to allow the payment to be set as none on creation of the account.
    Creating an iTunes Store, App Store, iBooks Store, and Mac App Store account without a credit card
    http://support.apple.com/kb/HT2534
    Why can’t I select None when I edit my payment information?
    http://support.apple.com/kb/TS5366
    If the specific steps have not been processed, a credit or debit card will be required to complete the setup the account.
    However, it can be removed and payment method changed to none as long as there is not an outstanding balance.
    iTunes Store: Changing account information
    http://support.apple.com/kb/ht1918
    Cheers,
    Jason H. 

  • HT4623 I updated my mini, but some of my apps are no longer available. One of them I purchased from the Apple store.  They are grayed out with the word "waiting" underneath the app.  Any suggestions?

    I updated my mini, but some of my apps are no longer available. One of them I purchased from the Apple store.  They are grayed out with the word "waiting" underneath the app.  Any suggestions?

    If there are multiple apps trying to download at once, only one can download at a time and the rest say "Waiting" until it is then their turn. Try this. Double tap the icon of the Waiting app, and it should resume the download.
    How to Solve the Problem of An iPad App Download Stuck on “Waiting”
    http://ipadacademy.com/2012/06/how-to-solve-the-problem-of-an-ipad-app-download- stuck-on-waiting
    How To Get Rid Of Your iPad App Download Frozen Problem
    http://www.sidelineapple.com/how-to-get-rid-of-your-ipad-app-download-frozen-pro blem-and-not-lose-years-of-your-life-video/
    Another thing to try - Turn the iPad Off & then back ON.
    If that doesn't work:
    •  Log out of your iTunes store account.  Go to Settings > Store > Sign Out Then press the Home button.
    • Then press and hold the Home and Sleep buttons simultaneously and don't release them when it brings up the Turn Off screen; keep holding them until the Apple logo appears.
    • After restart, the Waiting should be gone.
     Cheers, Tom

Maybe you are looking for

  • I'M ESTATICALLY HAPPY!!!

    ever since i started doing these forums about 3 days ago, i constantly hear people tell others to reset their ipods by holding down select and menu, but i never thought it would happen to me...but about an hour ago, my nano was stuck in a state in wh

  • Accounting entries in STO ??

    hii I want to know the exactly STO process with CIN accounting entries in manufacturing plant and in DEPOT plant . In manufacturing plant RG1 register will get updated ?? ANd In DEPOT plant , RG23D register will get updated ?? Explain me with account

  • Error: Web service object exists

    Hi all! I am very new with SAP Web Services so, to learn, I created a very simple function, enabled it for RFC, and activated and successfully tested it. After that, I tried to create a Service, starting the Wizard (Utilities > More utilities > Creat

  • Bulk insert into oracle using ssis

    Hi , Can someone please suggest me the way to Bulk insert data into oracle database? I'm using oledb which doesnt support bulk insert into oracle. Pls note I cant use Oracle ATTUnity as it requires enterprise edition but i have only Standard edition

  • Double click at a matrix cell

    hello:    i wanna load a new form from a selected cell in a matrix using the cell double click... but i know how to do it.