
Browser window hides to right of screen and I can't access it
When I open Mozilla the tab shows on the taskbar, but the window itself seems to "ghost" over to the right of my screen and I cannot access it.
All Replies (5)
In order to be able to find the correct solution to your problem, we require some more non-personal information from you. Please do the following:
- Click the Firefox button at the top left, then click the Help menu and select Troubleshooting Information from the submenu. If you don't have a Firefox button, click the Help menu at the top and select Troubleshooting Information from the menu.
Now, a new tab containing your troubleshooting information should open.
- At the top of the page, you should see a button that says "Copy text to clipboard". Click it.
- Now, go back to your forum post and click inside the reply box. Press Ctrl+V to paste all the information you copied into the forum post.
If you need further information about the Troubleshooting information page, please read the article Use the Troubleshooting Information page to help fix Firefox issues.
Thanks in advance for your help!
Hello katieking1, in order to better assist you with your issue please provide us with a screenshot. If you need help to create a screenshot, please see How do I create a screenshot of my problem?
Once you've done this, attach the saved screenshot file to your forum post by clicking the Browse... button below the Post your reply box. This will help us to visualize the problem.
Thank you!
If Firefox's window is "off screen" there are some tricks to move it back as described in this thread: When I go to open firefox it shows up on my tool bar but not on my screen where is it?
If that fails, you can delete the settings file which stores window location position (localstore.rdf) but that also deletes your toolbar customizations, so hopefully that won't be necessary.
On most Windows systems, including Windows 7 ,
- Right-click the item on the Windows Taskbar,
- choose Move from the small pop-up/slide-up menu, your cursor will change to one with arrows in all four directions.
- If you know that your windows is off to the right hand side, use the left arrow key on your keyboard to move the window to a position you want,
- then click anywhere on that window to end the Move process.
Modified
Actually, I need to update those steps...
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) Switch back to Firefox and Exit completely.
(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?