Firefox opens but no window comes up--no new window, tab, etc.

My iMac, OSX 10.9.4, opens Firefox so I have all the tabs running across the top, but no window will open. None of the top selections brings a window up--new window, new tab, private window, bookmarks, history, view--nothing.

There is no window, or the window is blank?
Occasionally the Firefox window will get off screen. Here are three different
approaches to getting that window into view. One of them should work!
'''Firefox Window "off screen" — Arrow Key Method'''
If you know that Firefox is off to a particular side, you can use the arrow keys
to move it back on screen. You only need to move it far enough to be able to
click the title bar and then you can drag it the rest of the way.
Make the Firefox tile active on the task bar and press this key combination
to start moving the window:
Alt+Spacebar > M
(To clarify, that's Alt+Spacebar to open the window control menu, then the
letter m to start moving the window.)
Press the arrow key for the direction you want to move the window, e.g., press
the left arrow key to move the window left. Press the Enter key to complete the move.
'''Firefox Window "off screen" — Maximize + New Window Script Method'''
If Firefox is nowhere to be found but you know it's out there, try this method.
Make the Firefox tile active on the task bar and press this key combination to
maximize the window:
Alt+Spacebar > X
(To clarify, that's Alt+Spacebar to open the window control menu, then the letter
x to maximize the window.)
If that works, try this:
(1) Copy the following line of code to the clipboard (it's all one line...):
newwin=window.open(window.location.href,"_blank","width=640,height=480,menubar,toolbar,personalbar");newwin.moveTo(0,0);
(2) In the maximized window, press Ctrl+Shift+k to open the web console.
(3) Press Ctrl+v to paste the line of code next to the caret (») then press Enter to run it.
A new copy of that page should open in a window positioned at the top left of the screen.
(4) Switch back to the maximized window and close it first, before doing anything
in the new window.
'''Firefox Window "off screen" — Remove Settings File'''
If you can't move or maximize Firefox, you can rename or delete the settings
file that stores the last window position.
(1) Open your currently active Firefox settings folder (AKA Firefox profile folder).
From the Start menu (Run box or search box), paste this into the search box and press Enter:
%APPDATA%\Mozilla\Firefox\Profiles
This should open a window showing one or more Firefox profile folders. If you have multiple
folders, look for the most recent. Click into your profile folder.
(2) If Firefox is still running, right-click it on the Task Bar and Close all Windows.
(3) Wait a few moments for Firefox to finish updating files in your profile folder, then rename
'''localstore.rdf''' to something else, like localstore-bad.rdf or localstore.old.
Alternately, you can delete the file.
(4) You're done with your profile folder and you can restart Firefox now.

Similar Messages

  • Without touching the keyboard or the mouse, Firefox opens up 5 times, each in a new window.

    I turned on my computer this morning and while it was booting up I went to do other things in the house. When I returned, five windows of Mozilla Firefox had opened up and I hadn't touched the keyboard. I closed them out, did what I needed to do on the computer briefly, and then left my desktop as is. When I looked over, they had opened again. And, just now five windows of firefox just opened up, WHILE I was typing! Is there anyway I can fix this?

    hello rhart13, this sounds strange - firefox hasn't any built-in functionality to start itself... could you run a full scan of your system with different security tools like the [http://www.malwarebytes.org/products/malwarebytes_free free version of malwarebytes] & [http://www.bleepingcomputer.com/download/adwcleaner/ adwcleaner] and see if these come back clean?
    [[Troubleshoot Firefox issues caused by malware]]

  • Running a presentation via VGA out with Firefox/Safari open. When I hit 'esc' to come out of slideshow, monitor stated resolution too low. Now Safari and Firefox browsers are still open, but I can't see the browser window on either. Ideas?

    Running a presentation via VGA out with Firefox/Safari open. When I hit 'esc' to come out of slideshow, monitor stated resolution too low. Now Safari and Firefox browsers are still open, but I can't see the browser window on either. Ideas?

    If you use Lion, go to Applications/ Mission Control and, if you have more Desktops, as attached, it means you have more, and you must select the one you need for a certain app. If default settings has not changed, this is Control with left / right arrow
    If in Snow Leopard and earlier, you have these settings in System Preferences only. In Lion, you also have some settings in Sys Prefs.

  • Firefox opens but no content is shown, url says the website but the tab does not load up and says '(untitled)'. how can i fix this?

    firefox opens but no content is shown, url says the website but the tab does not load up and says 'untitle'. how can i fix this?
    == This happened ==
    Every time Firefox opened
    == after norton asked me to restart my laptop. ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; eSobiSubscriber 2.0.4.16; .NET4.0C)

    Hi,
    Unfortunately we had a data base error today and lost some user accounts when we had to go back to our backups. If you have started this thread, your's is one of those. Since we can not recreate your account, please sign-up for a new account here to reply to the forum messages:
    https://support.mozilla.org/users/auth
    You can use the same username and email address as before. We are very sorry for the inconvenience.

  • Firefox opens but will not maximize.

    Out of nowhere Firefox will not maximize. The icon for it is at the bottom left on Windows 8, and I can hover over that icon and see a small version of a Firefox browser window, but I can't get it to open all the way or maximize so I can actually use it. Any suggestions are appreciated - thanks!

    Occasionally the Firefox window will get off screen. Here are three different approaches to getting that window into view. One of them should work!
    '''Firefox Window "off screen" — Arrow Key Method'''
    If you know that Firefox is off to a particular side, you can use the arrow keys to move it back on screen. You only need to move it far enough to be able to click the title bar and then you can drag it the rest of the way.
    Make the Firefox tile active on the task bar and press this key combination to start moving the window:
    Alt+Spacebar > m
    (To clarify, that's Alt+Spacebar to open the window control menu, then the letter m to start moving the window.)
    Press the arrow key for the direction you want to move the window, e.g., press the left arrow key to move the window left. Press the Enter key to complete the move.
    '''Firefox Window "off screen" — Maximize + New Window Script Method'''
    If Firefox is nowhere to be found but you know it's out there, try this method.
    Make the Firefox tile active on the task bar and press this key combination to maximize the window:
    Alt+Spacebar > x
    (To clarify, that's Alt+Spacebar to open the window control menu, then the letter x to maximize the window.)
    ''If that works,'' try this:
    (1) Copy the following line of code to the clipboard (it's all one line...):
    newwin=window.open(window.location.href, "_blank", "width=640,height=480,menubar,toolbar,personalbar");newwin.moveTo(0,0);
    (2) In the maximized window, press Ctrl+Shift+k to open the web console.
    (3) Press Ctrl+v to paste the line of code next to the caret (») then press Enter to run it. A new copy of that page should open in a window positioned at the top left of the screen.
    (4) Switch back to the maximized window and close it first, before doing anything in the new window.
    '''Firefox Window "off screen" — Remove Settings File'''
    If you can't move or maximize Firefox, you can rename or delete the settings file that stores the last window position.
    (1) Open your currently active Firefox settings folder (AKA Firefox profile folder).
    From the Start menu (Run box or search box), paste this into the search box and press Enter:
    %APPDATA%\Mozilla\Firefox\Profiles
    This should open a window showing one or more Firefox profile folders. If you have multiple folders, look for the most recent. Click into your profile folder.
    (2) If Firefox is still running, right-click it on the Task Bar and Close all Windows.
    (3) Wait a few moments for Firefox to finish updating files in your profile folder, then rename '''localstore.rdf''' to something else, like localstore-bad.rdf or localstore.old. Alternately, you can delete the file.
    (4) You're done with your profile folder and you can restart Firefox now.
    Any luck?

  • Firefox has apparently downloaded an update which asks me if i want to install every time I open it, but every time i click yes it fails saying I have another firefox open but I don't!! no attempts to install the update have worked. What can be done?

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [/questions/794546]</blockquote><br>
    Firefox has apparently downloaded an update which asks me if i want to install every time I open it, but every time i click yes it fails saying I have another firefox open but I don't!! no attempts to install the update have worked, i've tried a few. What can be done or how can I ensure all firefox's are shut??

    You can try "Reset Download Actions": http://kb.mozillazine.org/File_types_and_download_actions
    You can also try "Reset all user preferences to Firefox defaults" on the [[Safe mode]] start window.

  • My ipad is stuck on Apple ID Security and won't let me go anywhere else.  It is frozen on this.  Tried to shut it off and turn back on, but it still come up with this window.

    My ipad is stuck on Apple ID Security and won't let me go anywhere else.  It is frozen on this.  Tried to shut it off and turn back on, but it still come up with this window.

    I was updating the ios 7 and it ask for my icloud information.  I just now started it up and it let me do the changes.  Thanks.

  • Error Message "Script: chrome://tavgp/content/libs/include.js:595" Choice of "Continue" or "Stop script" When choosing "continue" firefox launches but after a while crashes. Using Windows 7

    Error Message
    "Script: chrome://tavgp/content/libs/include.js:595"
    Choice of "Continue" or "Stop script"
    When choosing "continue" firefox launches but after a while crashes. Using Windows 7

    That is a problem with an AVG extension (toolbar).
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]

  • Firefox opens but as soon as I click to go to a website it crashes this is the crash signiture : 3cb4cc90-3592-4caf-94f8-6eec52110309 Signature: ntdll.dll@0x9c7bd

    Firefox opens but as soon as I click to go to a website it crashes this is the crash signiture

    This looks like a problem with Norton IPS extension.
    See:
    * [[Troubleshooting extensions and themes]]
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=633446 Bug 633446] – Crash [@ ntdll.dll@0x9a0fc ][@ntdll.dll@0x9c7bd] mainly with Norton IPS 2.0
    ''(please do not comment in bug reports)''

  • I backed up my old profile from Windows XP to my new Windows 7 PC, but it seemed to downgrade Firefox

    So my XP computer's power supply died a few weeks ago so I got a new computer. Just replaced the powersupply in the old PC to get my old files. I tried to back up my Firefox profile from my old computer to the new Windows 7 computer, which I've had running Firefox for about a week. When I loaded my backed up profile and restarted Firefox, it seems to have reverted to the style of the old Firefox, or at least the current version that was running on my XP computer. How can I keep my old profile, with the new look of Firefox that I've grown to love over the past week??

    Thanks! That was way too easy... I feel so dumb now!

  • I am having problems when i have minimized windows and try to open a new window it will open all minimized windows along with the new window. It just changed when mozzilla updated. It did not do this before the update.

    I am having problems when i have minimized windows and try to open a new window it will open all minimized windows along with the new window. It just changed when mozzilla updated. It did not do this before the update. Before the update if i had minimized windows they would stay minimized when i opened a new window. Please help ,I would guess it is just a setting somewhere but i cannot figure out where the setting is. Thanks jason

    This issue can be caused by the ASK.com Toolbar.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • New Window from "FILE- NEW-WINDOW" duplicates all the currently open tabs in the new window. I want new window with just the "Home" tab please?

    Running Firefox 3.6.13 on 64Bit Win7.
    I like to group tabs on a topic in a window, and when the tabs get to be too many, or a new topic, I do FILE->NEW-WINDOW and expect a new window with just one default (Home) tab. Instead I get a new window with ALL the tabs of the first window.
    I have checked all the Options I could find. Nothing helped. I CAN make a new Window with just one tab if I right-click a link and say "Open in NEW Window".

    A new window should only open with the home page(s).<br />
    If you see differently then you need to check your extensions.
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]

  • Can you open a second jsp page as popup/new window?

    Hi all gurus!
    I have a question regarding popups/new windows in an iview application. Instead of starting with a question let me instead describe what I want to do.
    We have a jsp page that presents a search and then the search result in a table where one column is "clickable". When the user clicks a cell a server round trip retreives data specific for that cell value. This is standard functionality and already fixed so here is what differes: we want a new jsp window to open like a popup, with the data retreived from the server round trip and at the same time the first page with the table shall still be there so that you just can close the popup and click the next cell which creates a new server round trip and a new jsp popup and so on.
    My solution which doesn't work yet: In application "a" I have a JavaScript for the clicked cell which opens another iview application "b" in a new window, by window.open("navurl_to_the_iview"), and that works fine.
    At the same time the value of the clicked cell is written to the data bean and the bean is put in the http session (since component session does not reach between applications).
    The second iview "b" retreives the bean from the http session and fills the jsp page with data.
    Here is now the problem: no data is displayed and this because the iview "b" retreives the bean BEFORE iview "a" has been able to put the bean/value into the http session. How do I know this for sure? Simple, if I do a refresh of iview "b" the value is displayed.
    I could do a JavaScript that recursively checks if the value in the bean is null or not but then I have to do a method that retreives the bean from the http session each time.
    This could work but I wonder if this is the most simple solution. So my question for you gents and madams is: do you know of a more simple solution?
    Best regards
    Benny Lange
    Edited by: Benny Lange on Oct 6, 2009 11:33 AM

    Hi you all.
    In this case the solution was to pass the id in the url to the second iview and let that iview use the id to retreive data from the backend system.
    But I still think the question is interesting, if it's possible to open a second jsp window after a server round trip and still have the first one open.
    All the best
    Benny

  • How to open links from document library in a new window?

    I have a column called "Links" in document library, i want to open those links in a new window. Please guide me on this how to achieve this.
    Thanks
    Ramanjulu Naidu N

    hi,
    See whether these links help you -
    http://preachingsharepoint.blogspot.com/2012/06/open-document-in-new-window-from.html
    http://stackoverflow.com/questions/5119919/sharepoint-links-how-to-open-in-new-tab-window
    http://www.benramey.com/2011/04/25/opening-all-sharepoint-2010-documents-in-a-new-window/
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/9db08c4a-b53c-419a-84f8-001c194d1311/how-to-open-sharepoint-document-library-pdf-file-in-new-window?forum=sharepointadminlegacy
    http://www.andrewconnell.com/Adding-OpenInNewWindow-option-to-SharePoint-Links-lists
    http://www.uccorner.com/32/sharepoint/sharepoint-open-links-in-new-window/
    Hope this helps!
    MCITP: SharePoint 2010 Administrator
    MCTS - MOSS 2007 Configuring, .NET 2.0
    | SharePoint Architect | Evangelist |
    http://www.sharepointdeveloper.in/
    http://ramakrishnaraja.blogspot.com/

  • Transferred itunes library from Windows XP PC to new Windows 7 PC. plugged in 3rd gen Ipod. Ipod icon appears along with playlists, music etc. Songs are grayed out and won't play. Please help!

    I recently transferred itunes library from windows XP PC to new Windows 7 PC. The transfer was successful, however when I plug my 3rd gen Ipod Nano into the new PC, the Ipod icon appears along with the music, playlists, etc. The songs are shown but are 'grayed out' and wont play or sync.The 'Devices & Printers' window in new PC shows icon for Ipod driver & is OK. The icon for the Ipod appears but depicts a delta shaped warning icon that states that the Ipod is'not operating properly'. Tried troubleshooting. The troubleshooting message states the the Ipod is 'disconnecting'. Can you help me with this problem?        

    Then, I dropped the entire itunes file from the old PC (XP) into an empty external drive.
    That "itunes file from the old PC"?  Is that the iTunes folder, from the old PC, that was in the user home folder's Music folder?
    All of the library, playlists, etc. from the ipod as they always have been are shown, by they are 'grayed out' and will not open or play.
    That's on the iPod, correct?  Are all of your old playlists in iTunes, from the old PC, still there in iTunes on the new PC?  Are the songs in iTunes still playable?
    This document provides the steps to transfer a complete iTunes library between two computers.  See the section called External drive.
    iTunes: How to move your music to a new computer - Apple Support
    There are many steps, but this is a summary.  (1) On the old PC, consolidate all of your iTunes data into the iTunes folder.  (2) Copy this iTunes folder to the external drive.  (3) On the new PC (that has iTunes installed but NOT running), replace its existing iTunes folder with the one from the old PC (on the external drive).  When you run iTunes, it uses the iTunes folder from the old PC, and it should look like iTunes on the old PC (with all the playlists, ratings, play count, etc.), and your iPod will see the iTunes library as the same iTunes library (because it is the same library).
    If you did something different, and the old PC is still accessible, you may want to try it using the method from the linked document.

Maybe you are looking for