Tripadvisor opens a window even though option to open tabs is set

I have the option set to open links in a new tab rather than a new window. This seems to work perfectly except in one situation. Tripadvisor will often open a new window about 'other suitable hotels', always hidden behind the other windows, the only indication being the icon on the task bar. This window opens of its own accord, not directly due to my actions, at least not because I have clicked a link. If I don't spot the task bar icon and close the main Firefox window first then the Tripadvisor window becomes the default and loads at the next startup. Thankfully I can find all my other tabs under recently closed windows, but it's a hassle.
How does Tripadvisor cause this to happen, in contradiction to the options, and when everything else seems to follow the setting? Is it because it 'opens itself'? Can it be stopped?

By default, Firefox diverts most links that open in new windows, and automatic pop-up windows, to a new tab. However, if the pop-up specifies its size or modifies what toolbars are displayed, Firefox defers to the site so that in case it's a dialog related to the page, it will display as intended.
You can force Firefox to treat ALL pop-up windows the same, whether they have these special feature or not. Doing that requires a visit to the about:config preferences editor. Apologies for what will seem like excess detail, but there are 3 related settings so I want to list them together.
In a new tab, type or paste <strong>about:config</strong> and press Enter. Click the button promising to be careful.
In the filter box, type or paste <strong>link.o</strong> and pause while the list is filtered.
Double click these to modify the values as desired (especially the second one):
<strong>(A) browser.link.open_newwindow</strong>
'''3 = divert new window to a new tab''' (<u>default</u>) (checked*)<br>
2 = allow link to open a new window (unchecked*)<br>
1 = force new window into same tab
<strong>*</strong> First checkbox in Options &gt; Tabs
<strong>(B) browser.link.open_newwindow.restriction</strong> - for links in Firefox tabs
<strong>0 = apply the setting under (A) to ALL new windows (even script windows)</strong><br>
2 = apply the setting under (A) to normal windows, but NOT to script windows with features (<u>default</u>)<br>
1 = override the setting under (A) and always use new windows
<strong>(C) browser.link.open_newwindow.override.external</strong> - for links in other programs
<strong>-1 = apply the setting under (A) to external links</strong> (<u>default</u>)<br>
3 = open external links in a <u>new tab</u> in the last active window<br>
2 = open external links in a <u>new window</u><br>
1 = open external links in the <u>last active tab</u> replacing the current page
Can you tame those popups?

Similar Messages

  • When I click on the Firefox icon to get to the internet I get a message saying that Firefox still has a window open and that I need to close it before I can open another window even though there is no window open.

    I have not been able to get onto the net through Firefox for several weeks. Each time I try to get on, I get this exact message "Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system." If I restart I get the same message. I really like Firefox so I'd like to solve this situation.

    See these articles for possible solutions:
    *[[Firefox is already running but is not responding]]
    *http://kb.mozillazine.org/Profile_in_use

  • My open tabs are not being remembered when I close and re-open Firefox 4 even though I selected this feature in Options.

    My open tabs are not being remembered when I close and re-open Firefox 4 even though I selected this feature in Options. Can anyone tell me why?

    App tabs and Tab Groups (Panorama) are stored as part of the session data in the file sessionstore.js in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder]
    * http://kb.mozillazine.org/Session_Restore
    Make sure that you do not use [[Clear Recent History]] to clear the "Browsing History" if Firefox is closed.

  • New browser opens even though option not checked

    Every since Build 425 (2.1 final), whenever I launch a debugging session (using a JBoss 4.0.2 server config), even though I have "Open URL in browser" unchecked, it will still open a browser window (or tab in Firefox). It does not, however, open the new window to the root of my project as it would if the box were checked. It instead opens it just to the root of my app server (http://localhost:8080/).
    The behavior is still there in build 465 as well.

    trescott2000 wrote:Try this. (Not sure it will solve your problem.) On the session tab where you clear the saved session, there is a listing of programs. On the right side of each listing is a "restart style". Change them from "Immediatly", "If running" or "Always" to "Never". Then click "Save Session".
    I try but the only things listed in there are xfwm4 xfce-panel xfsettingsd xfdesktop and power manager. I changed all of them to never and saved the session then logged out and back in and went back and checked and they were all back to immediately.

  • Window.open() will open separated windows even using the same window name?

    Hi, I have below two test html pages as below(could not find a way to insert a attachment, so paste the content below). The reproduce step is as below: (My environment is Win8.1 with IE11)
    1. Open print_test.html page in IE, here we call page1.
    2. Click "File -> New Session" menu from IE menu bar, which will open another new IE window which display another " print_test.html" page, here we call page 2.
    3. Click "Print" hyper-link in page1, and a popup window which display "print_test_open.html" page, counting begins from 1, here we call it page 3.
    4. Click "Print" hyper-link in page2, and another popup window which display "print_test_open.html" page, counting begins from 1, here we call it page 4.
    However, the behavior above is totally different on my Win7 (64 bit) with IE 10, which is in step 4, when I click "Print" hyper-link in page2, instead of open a new popup window, the window for page 3 will be reused and counting will restart from
    1.
    I googled and know from MDN for window.open() and get below information to indicate that in my test pages, I use the same window name, so that the existed window with the same name will be reused is as expected, but however, why IE behave differently in
    Win8.1 with IE 11? Why the existed window could not be reused anymore?
    If a window with the name strWindowName already exists, then, instead of opening a new window, strUrl is loaded into the existing window. In this case the return value of the method is the existing window.
    The behavior in Win8.1 + IE 11 is similar with what Google Chrome does, and Chrome's explanation is that two separated window using separated processes which do no share information, so that even using the same window name. twp separated windows will
    popup.. So I am confused here, IE 10 and IE 11 are both using multi-process mechanism right? I saw from the Windows Task Manager, when using "File -> New Session" to open another print_test.html page in step 2. both IE 10 and IE 11 are opening
    4 iexplore.exe processes, two of them are 64 bit, and two of them are 32 bit. I can't see any configuration difference between these two envs, but why the behavior is so different? 
    Could anyone give some help and clarify here? Great thanks in advance.
    Oh, btw, another colleague can reproduce the issue (open separated windows even using the same window name) in his Win7 64 bit with IE 10 env, but could not reproduce in his Win 32 bit with IE 10 env... Hope this information could also do help.
    ======================== Test pages ===============================
    (1) print_test.html
    <!DOCTYPE html>
    <html>
    <head>
    <title>Print test</title>
    <head>
    <body>
    <h1>Print test</h1>
    <p><a href="javascript:void(0)" onclick='window.open("print_test_open.html", "test");'>Print</a></p>
    <p><a href="javascript:void(0)" onclick='window.open("print_test_open.html", "test"); myWindow.location.reload(true);'>Print (force refresh)</a></p>
    </body>
    </html>
    (2) print_test_open.html
    <!DOCTYPE html>
    <html>
    <head>
    <title>Open</title>
    <head>
    <body>
    <h1>
    <div id="count">Test</div>
    </h1>
    <p>Test</p>
    <script type="text/javascript">
    var e = document.getElementById("count");
    sessionStorage['count'] = 0;
    function timedCount() {
        i = sessionStorage['count'];
        i++;
        sessionStorage['count'] = i;
        e.innerHTML = "Count: " + i;
        setTimeout(function(){timedCount()},100);
    timedCount();
    </script>
    </body>
    </html>

    Hi,
    please try in noAddons mode and with the IE Popup blocker turned off. Also ensure you are using the default IE Security zone settings. Internet Options>Security tab, click "Reset all zones to default"
    To debug your scripts in IE11.
    Tools>Internet Options>Advanced tab, check "Always record developer console messages".
    start your test and display the developer tool console to display suppressed errors and warnings.
    (I don't see where myWindow is assigned).
    "If a window with the name strWindowName already exists, then, instead of opening a new window, strUrl is loaded into the existing window. In this case the return value of the method is the existing window."
    window.open has an optional 'replace' parameter...
    http://msdn.microsoft.com/en-us/library/ie/ms536651(v=vs.85).aspx
    to reuses a tab or window
    window.open({url},[name],[placement],[replace])
    If possible can you please provide a publicly accessible link to your test pages as we need to inspect the response headers to monitor what is cached.
    or
    f12>Networking tab, click 'Start' button, then proceed with your test plan.
    Regards.
    Rob^_^

  • I cannot open PDF files even though I have installed Adobe Reader

    I cannot open PDF files even though I have installed Adobe Reader

    I cannot open PDF files online
    You seem to have missed some of our questions
    What is your operating system? (e.g. Windows Vista, Mac OS Lion)
    What happens when you try to open PDF files?
    Do you get any error message?
    and I will add one more
    What web browser are you using?

  • Verizon Media Manager will not start automatically with Windows, even though it is set to do so.

    Verizon Media Manager will not start automatically with Windows, even though it is set to do so.  This started with the latest update.  I see that the desktop icon for Media Manager now has a security shield on it, and it requires UAC confirmation when you start it, which I don't remember the old version doing.
    One thing I noticed, msconfig.exe shows that "C:\Program Files\Verizon\McciTrayApp.exe" is set to start at Windows startup, but the desktop icon used to start Media Manager manually has a target of ""C:\Program Files\Verizon\Verizon Media Manager\Release\Verizon Media Manager.exe" Verizon Media Manager".
    I don't remember what the previous version was, but this one is 9.4.86.  It asked me if I wanted to update it a few days ago, and I said yes.
    I am running Windows 7 Home Premium.
    Solved!
    Go to Solution.

    Try setting the startup option to off and then to on again. It looks to be pointing to a wrong location.
    Attached is a partial screen shot of my msconfig setting.
    Attachments:
    media manager startup cmd line.jpg ‏18 KB

  • Firefox opens with last page viewed, even though I have open with my home page checked

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [/questions/776958]</blockquote><br>
    Even though I have "open with my home page" checked in options, firefox intermittently opens with the last page viewed.

    Hi prym8t,
    You should look at the article [http://kb.mozillazine.org/Preferences_not_saved Preferences not saved].
    Hopefully this helps!

  • In Imovie my music wont open the itunes list. it asks to open itunes even though its already open. would anyone know how i can access this library?

    Can anyone help with accessing itunes through imovie for background music? when pressing the music button, the music will not show for itunes and keeps asking to open itunes, even though its already open as an application?

    Do you get an error message when you try to launch iTunes? If so, what does it say? (Precise text, please.)

  • I downloaded the Adobe free trial to convert a PDF to Word and it will not open.  Further, even though I have signed in, it reverts back to the sign in page over and over and over again.  How do I to convert?

    I downloaded the Adobe free trial to convert a PDF to Word and it will not open.  Further, even though I have signed in, it reverts back to the sign in page over and over and over again.  How do I convert?

    Moving this discussion to the Adobe CreatePDF forum.

  • I am playing in Pogo and cannot open the games even though the homepage and others will open. The message is THE CONNECTION WAS RESET WHILE THE PAGE WAS LOADING. How do I fix this???

    I am playing in Pogo and cannot open the games even though the homepage and others will open. The message is THE CONNECTION WAS RESET WHILE THE PAGE WAS LOADING.
    All my friends are playing and it seems I am the only one have this problem.

    The "The connection was reset" error message can be caused by a bug fix for the BEAST (Browser Exploit Against SSL/TLS) attack that the server doesn't handle.
    *[[/questions/918127]]
    *[[/questions/918028]]

  • I can't open pdf files even though adobe reader is downloaded.

    I can't open pdf files even though adobe reader X1 is downloaded.

    May seem like an obvious question but, did you install it after you downloaded it?
    If so, how are you trying to open these files and what happens when you try?

  • My icloud songs not showing up in my itunes window even though itunes match is turned on

    my icloud songs not showing up in my itunes window even though itunes match is turned on

    I Am having a similar issue with my husbands iTunes match. I restored a 2011 iMac and decided to download all my husbands music via iTunes match.  Apart from taking ages, he only has 2,500 songs on the match, it greyed out lots of songs, which later I found out said that they were 'waiting' also, loads are missing. I tried following someone else's thread and tried to delete the greyed out ones so I can download again but I fear I may have completely deleted them. Also, I have a lot of duplicates, both on iCloud and both downloaded! What's happening? My iTunes appear to be behaving ok!

  • I'm using bridge cc2014 on my mac and when I go to open photos, it opens on PS6 even though I have PS CC.  How do I change the default?

    I'm using bridge cc2014 on my mac and when I go to open photos, it opens on PS6 even though I have PS CC.  How do I change the default?

    Change File Associations in Mac OS X

  • Unable to open numbers document even though it say newest version installed

    unable to open numbers document even though it say newest version installed

    Please review this information:
    https://discussions.apple.com/docs/DOC-6991

Maybe you are looking for

  • On Upgrade (from Office 2010) don't create new .ost file

    Hi there, hope someone can help me. Here is my Problem: I'm runninng Office 2010 (32Bit Version) on Windows 7 Enterprise x64. I've started Office 2010 with Exchange CacheMode activated. The ost-file is located under D:\Data\outlook\%username% Now I'm

  • GETWA_NOT_ASSIGNED during LT06 (Create Transfer Order for Mat.Document)

    Hi all, In LT06 transaction, after Generate TO Item, we try to save document. However we get "GETWA_NOT_ASSIGNED" error. Information on where terminated                                                     Termination occurred in the ABAP program "SAP

  • Where is the GPS in the IPad Mini Wi-Fi? O.O

    I bought the new IPad Mini Wi-Fi, but I saw that in the IPad Mini there isn't the GPS!!

  • Is PP CS 5 compatible with yosemite?

    Trying to decide whether to upgrade from Mavericks to Yosemite.  I have PP CS 5 and AE CS 3.  Anyone tried it?

  • Organizing project folders

    Hi While developing large Flex projects, I often find myself wanting to organize the project folders so that everything is neat and logical. One of my main concerns in doing so was that the bin-release folder had only whatever necessary items there w