Suddenly I can open only one Firefox window at a time. I can have multiple tabs in that window, but I can suddenly no longer open another window. What happened?

Suddenly I can open only one Firefox window at a time. I can have multiple tabs in that window, but I can suddenly no longer open another window. What happened?

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

Similar Messages

  • Can only load Norton Identity Safe in one Firefox window.

    I can only load Norton Identity Safe in one Firefox window. I used to be able to open up my Identity Safe and log in on any open window. Now it only opens in the first Firefox window I open, but not in any others. Can I fix this problem ?

    Hi,
    You can try deleting [http://kb.mozillazine.org/Localstore.rdf localstore.rdf] and [http://kb.mozillazine.org/Sessionstore.js sessionstore.*] files in the [http://kb.mozillazine.org/Profile_folder profile folder] after exiting Firefox. To open the profile folder via Firefox: '''Help''' ('''Alt''' + '''H''') > '''Troubleshooting Information''' > '''Show Folder'''.
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder & Files]
    Please note that deleting the sessionstore.* files would also forfeit the open tabs so you may want to bookmark them. You can '''Bookmark All Tabs''' by right-clicking on a tab. For the [https://support.mozilla.org/en-US/kb/what-are-app-tabs?s=tab+group&r=2&as=s App tabs] you would have to bookmark them individually.
    If the problem persists, the [http://community.norton.com/t5/Norton-Toolbar-Norton-Identity/bd-p/Toolbar_IDSafe Norton support] would also be helpful regarding any new issues in the toolbar functionality.

  • I have a external Hard drive of 1TB. I want to transfer HD movies to it from my MAC but it can only take 4 gb at a time, now i have to format it which is the best format in this situation NTFS or exFAT, as i use windows part ion as well??

    I have a external Hard drive of 1TB. I want to transfer HD movies to it from my MAC but it can only take 4 gb at a time, now i have to format it which is the best format in this situation NTFS or exFAT, as i use windows part ion as well?? plzz help
    Merry Christmas

    Repartition and format the drive for a Mac:
    Drive Preparation
    1. Open Disk Utility in your Utilities folder.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Security button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.

  • Why does only one safari window?

    Only one safari window opens, how can I open multiple windows?

    You do this by first tapping the + sign, correct? And when you open the second site, you do not see two tabs at the top? Like this:

  • How to stop tabs re-opening after firefox crashes.........when it crashes and I have multiple tabs open, when re-starting firefox all of the tabs re-open too. How can I stop this?

    Firefox crashes quite often, especially when I have multi tabs open. I usually have to use CTRL ALT DEL and end the process as Firefox stops responding.
    My problem is not the crashing........it is the re-opening of the multiple tabs I had open, when normally it is one of them (not the home page) that caused the crash in the first place, so I cannot re-open firefox until I restart the pc, because every time I do it is the same story. Firefox tries to re-open all of the tabs and stops responding. I have looked in options but nowhere does it allow me to stop multiple tabs opening after a crash. If this continues, I will have to uninstall Firefox and stick to Chrome.

    Set the pref browser.sessionstore.max_resumed_crashes to 0 on the about:config page to get the about:sessionrestore page immediately with the first restart after a crash has occurred or the Task Manager was used to close Firefox.
    *http://kb.mozillazine.org/browser.sessionstore.max_resumed_crashes
    That will allow you to deselect the tab(s) that you do not want to reopen, but will allow to reopen other tabs.
    See:
    * http://kb.mozillazine.org/Session_Restore#Restoring_a_session_after_a_crash
    * http://kb.mozillazine.org/Browser.sessionstore.max_resumed_crashes
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    *Use the Filter bar at to top of the about:config page to locate a preference more easily.
    *Preferences that have been modified show as bold (user set).
    *Preferences can be reset to the default or changed via the right-click context menu.

  • HELP! - An iPad can be synced with only one iTunes library at a time....

    I had to reinstall Windows 7. After that I reinstalled iTunes. I went to sync my iPad and it says "An iPad can be synced with only one iTunes library at a time. What would you like to do". I really don't want to lose ANYTHING on my iPad. Please tell me how to sync the data on the iPad to iTunes so I don't lose anything.
    Thank you!

    One of the three choices is "cancel" - just click that.

  • Restrict to only one Native Window?

    Hello everyone, im trying to create a simple twitter client as a project for getting acquainted a little bit more with AIR. So far im able to fetch the data, if i double click on a message a new Window is opened where i could reply to the user. The problem is that if i double click again on other (or the same) message another window opens. This is not the desired behavior.
    What would be the best way so that ONLY one reply window is open at any given time?
    I'm thinking:
    1. Disable the double click property of the list.
    2. A singleton.
    But im sure there must be a more "accepted" formal way of doing this.
    Thanks!
    Alejandro

    I had a typo when I originally posted, but your code should work if you do it like this:
    public var sendMsg:SendSMS; // don't instantiate this yet
        private function onItemDoubleClick(event:ListEvent):void {
                if (sendMsg == null || sendMsg.closed) // notice that I changed != to ==
                        sendMsg = new SendSMS(); // don't declare a duplicate variable, use the variable declared outside
                        sendMsg.height = 500;
                        sendMsg.width = 500;
                        sendMsg.tweetName = event.currentTarget.selectedItem.user;
                        sendMsg.open();
                        sendMsg.addEventListener(SendSMSEvent.ENABLE_CHANGED, handleClick);       
                        else
                             // This implies that the window is still open
                             sendMsg.tweetName = event.currentTarget.selectedItem.user;
                             // You'll need to make sure you are either binding to tweetName in your display, or that tweetName is actually a setter and you
                             // modify whatever is displaying it when it is changed

  • I need to host a Shared PDF on SharePoint. If it is on SharePoint can only one person comment at a time? I know documents have to be checked out when using SharePoint. I need multiple users to be able to comment in real time and see comments in real time.

    I need to host a Shared PDF on SharePoint 2010. If it is on SharePoint can only one person comment at a time? I know documents have to be checked out when using SharePoint. I need multiple users to be able to comment in real time and see comments in real time. Is this possible?

    try here:
    http://www.bbb.org
    File a complaint with them. Verizon will call you to fix the blunder.
    But remember it is always up to the customer to insure what they are getting and what it costs. Don't trust the word of a sales person who makes their living on getting that sale. Lies, deceit or false promises will be and have been used by sales people for thousands of years.
    Good Luck

  • I was trying to add an itunes library to my computer, and now my itunes library can not be found. An ipod can be synced with only one iTunes library at a time. How can I find my Itunes library, complete with playlists ?

    I was trying to add an itunes library to my computer, and now my itunes library can not be found. An ipod can be synced with only one iTunes library at a time. How can I find my Itunes library, complete with playlists ?

    I have the same problem too and tried alot of things like time zone , restarting or changing DNS of wifi connection to 8.8.8.8 still nothing happens .. !!
    iPhone 5s, iOS 8.3

  • HT204088 How how can I synch my ipod + iphone music to my new computer? I get the same error  "my ipod or iphone is synched with another itunes library.An Ipod can be synched with only one itunes library at a time. What would I like to do Erase and Synch

    How can I synch my ipod & iphone music (purchased from itunes on my old laptop) to my new laptop? I keep getting the same message on my itunes on my new laptop: " The ipod/Iphone is synched with another itunes library. An ipod/iphone can be synched with only one itunes library at a time. What would you like to do - Erase and Synch or Transfer Purchases?" What do I do?
    A couple of other items:
    1) I am guessing Apple does not keep a history of all my music purchases? As I did not have my entire library backed-up anywhere, and relying on the music I have on my ipod and my iphone as my only source of itunes music....I have lost over 500 songs!!!
    2) I used to have an Apple account under another account name, and since have switched to a new account name. Is there anyway to find the history of purchases from my old Apple account name and transfer these over to my new account name and onto my new laptop?
    I hope someone can help, I am having a very difficult time trying to obtain answers. Angie

    The iphone/ipod is NOT a storage/backup device.  Not maintaining a backup copy is a big mistake.
    You can transfer itunes purchases from your iphone/ipod to your computer:
    Authorize your computer for all accounts and then click  File>Transfer Purchases

  • HT4527 an iphone can be synced with only one itunes library at a time error on same pc

    an iphone can be synced with only one itunes library at a time error on same pc why?

    Damaged library... See Empty/corrupt library after upgrade/crash.
    tt2

  • An iPhone can be synced with only one iTunes library at a time

    I recently bought a MacBook Pro, and I figured it would be pretty simple to move my iPhone to sync with iTunes on the Mac from iTunes on my pc, afterall it is the same program and both are designed for the iPhone.
    I have been successful in getting the Contacts and Calendar to sync, but the Music, Applications, Video and a few other things give me this message when I check the sync box:
    "The iPhone is synced with another iTunes library. Do you want to erase the iPhone and sync with this iTunes library? An iPhone can be synced with only one iTunes library at a time. Erasing and syncing replaces the contents of this iPhone with the contents of this iTunes library."
    Obviously, I don't want to erase everything. Actually, I don't care about Music, Videos, Podcasts or Ringtones as I don't have any, but I do care about Photos and Applications. Actually Photos I can reload too, but I don't want to loose the apps I have purchased with the iTunes App Store.
    I even tried going back to the PC and unchecking the Sync boxes on it, hoping this might disassociate it from the phone, but now even on that PC I get the same message.
    How do I disconnect phone from the old iTunes and be able to sync it to the new iTunes? This should be simple right?

    I made an appointment with a Mac Genius and I will say that while it was better than getting to talk to India on a poor quality phone call it was just about as helpful. Sure she was cute and friendly, but I left without my issue resolved and was surprised that I didn't even get a followup from anyone asking about my experience (hence my venting here)
    Anyway, I found a solution for my issue here: http://tinyfish.net/2008/07/18/how-to-sync-iphone-with-multiple-computers/
    This is a real solution to the issue, and has the benefit that I can do this to as many machines as I need and sync at any of them instead of just one. Hopefully, Apple doesn't delete my response since it truly is the answer to the problem and others might be looking for the same solution.

  • I got a new pc and I am getting this message: The ipod 'harms ipod' is synced with another itunes library  Do you want to erace this Ipod and synce with this itunes library?  An Ipod can only be synced with only one itunes library at a time.  Erasing and

    The ipod 'harms ipod' is synced with another itunes library.Do you want to erase this ipod and sync with this itunes library?  An ipod can be synced with only one itunes library at a time.  Erasing and syncing replace the contents of this ipod with the contents of this itunes library.
    I don't know what to do?  I should save my library before I replace the contents, but I don't know how to do that! HELP!!

    See this older post from another forum member Zevoneer covering the different methods and software available to assist you with the task of copying content from your iPod back to your PC and into iTunes.
    https://discussions.apple.com/thread/2452022?start=0&tstart=0
    B-rock

  • I bought a MAC for the first time and plugged my Itouch into it to download my music on it, but is says The iPod "Rick's IPOD" is synced with another iTunes library. An iPod can be synced with only one iTunes library at a time. What should I do?

    I bought a MAC for the first time and plugged my Itouch into it to download my music on it, but is says The iPod “Rick's IPOD” is synced with another iTunes library. An iPod can be synced with only one iTunes library at a time. What should I do?

    Same as you would if you bought a pc; copy everything from your old computer to your new one.  Then you can just sync everything from the new computer, as you did with the old one.

  • HT4597 Only one of my devices is compatible with iCloud.  If I update that device (my iMac) will I still be able to get just emails on my old iPhone classic (as I can now)?

    Only one of my devices is compatible with iCloud.  If I update that device (my iMac which is OS 10.7.4) will I still be able to get just emails on my old iPhone classic?  At the moment I have just updated to icloud 'emails only'!

    Oh, ok.  When I moved over I clicked the 'not all my devices are compatible' button and was told that I would continue to get my emails only.  Perhaps I'l now be brave and click the “Complete Your Move to iCloud” alert - and see what happens.  Many thanks for your help

Maybe you are looking for

  • How do I manage several devices using different iTunes accounts?

    Everytime I sign in to iTunes it defaults to one account and it stays on that account.  I want my own account and my wife wants her account.  We have two seperate accounts but it seems as though they have become one?  Any help would be greatly apprec

  • Laundry list of issues with ARD 3

    I am running the client on aprx 200 systems across multiple subnets (our network is arranged with floor by floor subnets). I was having the very same issues with ARD 2 (and 1 for that matter). Cannot update client from 2.2 to 3 on multiple systems. t

  • Unknown error 1603 when trying to restore my iphone 3g in itunes - help!!!

    hello everyone - any help on the following issue would be greatly appreciated! just updated to latest version of i tunes on my PC, synced all my new music etc, then phone just got stuck on the black screen with the small apple logo in the middle. pho

  • Alert mail to web mail

    Dear Friends, I need to send a mail alert to my manager mail id.For eg :If a new po entry is added in po_headers_all table then alert has to be raised and a message has to be sent to my mail like xxx.appsinfotec.com.and a pop up has to be raised in t

  • ASM candidate disks not found

    Hi all, I am trying to install 2-node 11gR2 RAC on CentOS 5.6 using VMWare Fusion. I'm in the middle of Grid Infrastructure installation and while choosing the ASM diskgroups I don't see any candidate disks but when I click on all disks i can see the