New tabs vanish when I view another one, MOST URL's vanish after a second and that is a safety issue if you can see if you are on the right page!

A while ( couple weeks ) before the last update and change I noticed my URL's were vanishing a second after I arrived on a page. Not all URL's but most. This is a safety issue if I can't see I'm on the right page and have not been diverted.
ALSO, I can't copy them to send a link via email if they aren't there! I found a way in the old FF click down list, but even that feature is gone on this new version! This needs fixed at once.
AND when I make a new tab it vanishes! Or worse does not display like a tab. I can't go back and forth between pages if the tab vanishes. This started with the last FF update and change. This is poor design!!! When I updated the restore previous session grayed out. All my tabs were gone and I don't have them all in history. I was researching some things and it was important, now I can't remember them all. This is not a good thing!
Unless you pin all your tabs immediately they will vanish??????? Stupid design. It does not even show the new tab for THIS page!!! "but is does show your URL....hmmmmm"
What is the reason for having an arrow go through open tabs if they vanish???
PLEASE FIX THIS or I'll have to change browsers, I'll have no choice. How can you do anything if FF erases your URL's or tabs!

Hey Fox1User,
Thank you for your message. I believe that this will happen when you have a dark theme applied to the new version of Firefox. It has been resolved in the 29.0.1 update that went out yesterday and would love to hear if this has improved the issue for you. I understand that the tabs are disappearing and it sounds like they may be blending into the tab bar.
However! if this is not the case, can you please show a screenshot of the tabs [[How do I create a screenshot of my problem?]] after trying to produce this in Safe Mode [[Troubleshoot Firefox issues using Safe Mode]].
I hope we find the culprit, looking forward to your reply.
I also noticed you have 4 versions of Flash installed.

Similar Messages

  • Using IOS 7.1.2 on Safari when I leave the focus on a input on my webpage and rotate my device from Horizontal to vertical, I see a black space on the right and the page is not displayed properly. Any solutions to this problem?

    iOS Version: 7.1.2
    Browser: Safari
    I have a sample log-in page with two input fields and a submit button. When I focus on any of the input fields in landscape mode and rotate my phone and come to the portrait mode I see a weird black space towards the right of my page. Screenshots attached below:
    My page code below:
    <!DOCTYPE html>
    <html>
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
        <title>IOS Test</title>
        <style type="text/css">
            a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var
                background: transparent;
                border: 0 none;
                font-size: 100%;
                margin: 0;
                padding: 0;
                border: 0;
                outline: 0;
                vertical-align: top;
            ol, ul
                list-style: none;
            blockquote, q
                quotes: none;
            table, table td
                padding: 0;
                border: none;
                border-collapse: collapse;
            img
                vertical-align: top;
            embed
                vertical-align: top;
            article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, div
                display: block;
            mark, rp, rt, ruby, summary, time
                display: inline;
            input, textarea
                border: 0;
                padding: 0;
                margin: 0;
                outline: 0;
            iframe
                border: 0;
                margin: 0;
                padding: 0;
            input, textarea, select
                margin: 0;
                padding: 0;
            body
                font-family: Arial, Myriad Pro, Trebuchet MS, sans-serif;
                font-size: 100%;
                background: #F5F5F5;
            a
                text-decoration: none;
            a:hover
                text-decoration: none;
            img, object, embed, video
                max-width: 100% !important;
            .clear
                display: block !important;
                width: 100% !important;
                clear: both !important;
            .body
                position: fixed;
                width: 100%;
                top: 0;
                left: 0;
                overflow-y: scroll;
                -ms-overflow-style: -ms-autohiding-scrollbar;
                -webkit-overflow-scrolling: touch;
                -ms-touch-action: pan-y;
                -ms-user-select: none;
                z-index: 0;
            .body > *
                -webkit-transform: translateZ(0px);
            .header
                background: #fff;
                text-align: center;
                border-bottom: #45A116 solid 8px;
                padding: 5% 10%;
            .content
                width: 70%;
                position: relative;
                margin: 20% auto 10% auto;
                text-align: center;
            .content input
                display: block;
                background: #E6E6E6;
                border-radius: 15px;
                border-bottom: #A8A8A8 solid 3px;
                margin-bottom: 5%;
                width: 96%;
                padding: 4% 2%;
                text-align: center;
                color: #595959;
            .content a
                display: inline-block;
                padding: 2% 10%;
                color: #fff;
                background: #45A116;
                margin-top: 5%;
                border-radius: 5px;
                border-bottom: #2C690E solid 3px;
                -webkit-transition: all 0.1s linear;
                -moz-transition: all 0.1s linear;
                -ms-transition: all 0.1s linear;
                -o-transition: all 0.1s linear;
            .content a:active
                background:#368011;
        </style>
        <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script>
        <script type="text/javascript">
            function adjustBody() {
                var wh = $(window).height();
                $(".body").css({
                    "height": wh + "px"
            $(document).ready(function () {
                adjustBody();
                $(window).resize(function () {
                    adjustBody();
        </script>
    </head>
    <body>
        <div class="body">
            <div class="header">
                <img src="sampleImage.png" alt="Sample Logo" />
            </div>
            <form action="" method="get" id="sampleForm">
            <div class="content">
                <input type="email" value="User Name" onblur="if($(this)[0].value == ''){$(this)[0].value = 'User Name';}"
                    onfocus="if($(this)[0].value != '' && $(this)[0].value == 'User Name'){$(this)[0].value = ''};" />
                <input type="password" value="Password" onblur="if($(this)[0].value == ''){$(this)[0].value = 'Password';}"
                    onfocus="if($(this)[0].value != '' && $(this)[0].value == 'Password'){$(this)[0].value = ''};" />
                <a href="javascript:void(0);" onclick="$('#sampleForm').submit();">Login</a>
            </div>
            </form>
        </div>
    </body>
    </html>
    Does anyone have any solutions to this problem?
    Regards,
    Mayank Tripathi

    ALWAYS SAVE YOUR idevice USING ICLOUD !!!! IT SAVES ... ALL !! (includings apps data, but the apps themselves ! USE IT ! i done this...)

  • HT204088 I was charged for a one year subscription just seconds after i agreed to purchase a 6 month subscription to Grindr and you can see they overlap please cancel  the order for the one year subscription.

    Tony I was charged twice for a product. I authorized one purchase for a 6 month subscription to Grindr and then I was also charged for a 1 year subscription please remove the one year subscription and refund my card... My bank said to go through apple to get the refund or it would be fraud and we would have to go through a long process. please help me out over 60$ is a lot of money for anyone ...
    thanks
    Anthony MAxcy
    <Email Edited by Host>

    We are fellow users here on these forums, you're not talking to iTunes Support - I've asked the hosts to remove your email address from your post's title (it's not a good idea to post personal info).
    You can try the 'report a problem' page to contact iTunes Support (I'm not sure if app subscriptions show on there): http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes support via this page : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • TS5168 Upgraded to OS X 10.9.1 and that has stopped me using iphoto 'yopu can't use this version ofv the application with this version of OS X   Yet there was no warning when selecting the upgrade and no guidance offered apple?

    No warning when downloading OS X 10.9.1 re the operating system disabling the iphoto programme! Result I now cannot access the photo's has any one else had this and found a solution. eg how to upgrade i photo?
    Seem remiss of apple not to warn/ offer a solutio.
    I have a time vault from Mac but reluctant to open in case I destroy records!
    Thanks
    Tony

    This graphic shows which previous versions of iPhoto qualify for a free upgrade to iPhoto 9.5.1 from the App Store and which don't:
    OT

  • Firefox switches to new tab, even when I ask it not to.

    I currently have my Firefox set to NOT switch to a new tab immediately when a link opens one. However, each time I do click on a link to open a new tab it does switch. I have tried Firefox in safe mode and still have the same issue. I have read previous articles on this, and have also made sure that my appearance is set to default. Any suggestions on this would be appreciated. Thanks.

    Hi, to check to see if the attribute it changing you can check under the hood at the '''about:config '''page.
    The attribute to look for:
    browser.tabs.loadInBackground
    services.sync.prefs.sync.browser.tabs.loadInBackground
    # about:config, click I will be careful
    # copy and paste the attributes above and look for the Value column
    # Are these two the same? Mine are not and I would love to confirm this behavior. After I sync the behavior changes.
    To make sure that this does not happen in a new profile a fun experiment a user taught me is to try this in a new user profile as well. [[http://mzl.la/LL5Dxl]] If it still persists in the new profile, please do let us know, we are happy to help.

  • I am trying to set up app tabs, but when I am using one, if I go to a new site from there, the app tab changes to the new site instead of opening in a new tab, then the app tab changes to the new site. Can you help? Thanks

    I am trying to set up app tabs, but when I am using one, if I go to a new site from there, the app tab changes to the new site instead of opening in a new tab, then the app tab changes to the new site. i.e. The app tabs don't stay constant. This occurs while still in Firefox, and does not relate to when I close it. Has anyone got any ideas? Thanks

    If you backed up the iPhone to either iTunes or the iCloud, restore the backup. If not, the data is gone.
    (126342)

  • The music on my iPhone is WRONG, plays a different song when I click another one.

    I recently plugged in my iPhone 4S to sync music with my relatively new Macbook Air. I had a song that someone had sent to me (a mix, not from iTunes) that I wanted to add to my phone. When I (safely) unconnected my phone and checked it, I found that a playlist (with only 2 songs) I had created earlier had disappeared. I then checked another playlist (3 songs),the one that had my new song in it, and when I clicked play, it played the 2 songs from the playlist that had disappeared. Now, ALL my music is mixed up. It seems like music is one song behind the cover art but even when I click on the same song three times, it plays three different songs, none of which are the one I clicked. WHAT IS GOING ON??? I tried to resync it by taking all the music off my iPhone and then readding it but the same problem occurs. I even tried adding all my music manually and nothing changes. The music on my iTunes on my Macbook is fine. All my updates are done on both devices. PLEASE HELP!! Will be going in to the apple store this weekend if I can't fix it.
    ALSO, if a song plays to the end, it stops, even though it isn't on repeat and there are songs after it. It just gets to the end and freezes and I have to manually click the arrow to go to the next song.

    Welcome to the Apple Community.
    Try deleting the problematic tune (electing to remove original file if/when prompted) and then re-downloading the file from the iTunes store.
    You can re-download content purchased from the iTunes store (availability varies depending on location) using the purchased option at the bottom of the screen of the iTunes app on your iOS device.
    If the problem re-occurs, select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History using your computer.

  • New tabs are not updating the names of the sites they have loaded. When I open a new tab and load a site, the tab simply stays named "New Tab". When I open a link in a new window, it shows "Connecting..." even while its fully loaded.

    New tabs are not updating the names of the sites they have loaded. When I open a new tab and load a site, the tab simply stays named "New Tab". When I open a link in a new window, it shows "Connecting..." even while its fully loaded.

    This issue can be caused by an extension that isn't working properly.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions 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.com/kb/Safe+Mode
    * [[Troubleshooting extensions and themes]]

  • Not open new tab (empty) when clicking on a .pdf link that can't be read in FF (no plug-in for pdf)

    When I click on a pdf file that should be able to be open in Firefox (with plug-in), FF open a new empty tab and ask to open or save the file.
    I would like that in case of FF not being able to open the pdf file, it skips the "open empty tab" part and directly go to "open/save" part.
    Is there a way, server side, to tell FF to do so or is there only only client side solution ?
    NB : In case that pdf can be open in FF, or any other browser, it should still be open in the browser and not be asking to "open/save", the point is only the empty tab.

    Is it possible you were using the Tab Mix Plus extension on your Windows system? Tab Mix Plus has a feature to force bookmarks into a new tab automatically when you left-click instead of the default behavior of opening in the same tab.

  • Version 5.0 on a MAC will not let me switch between tabs. I can open a new tab, but when I try to go to a different tab, it just shows me the contents of the tab most recently opened. Help!

    Version 5.0 on a MAC will not let me switch between tabs. I can open a new tab, but when I try to go to a different tab, it just shows me the contents of the tab most recently opened. Help!
    Also, pop up blocker works for some time and then just stops working. I have to close and restart Firefox to get it to work again. Help!

    I had the same problem, but with Firefox 4.0. My first thought was to update Firefox (after of course restarting FF), but that didn't help it and I had the same problem.
    Among others, I had an extension installed and enabled called Tile Tabs 4.10 that I thought could feasibly creating this problem. So I went into my add-ons manager and disabled it, restarted Firefox and the tabs worked properly again. Unfortunately, the Tile Tabs extension is my favorite Firefox add-on and I use it almost every day for managing my web work tasks. I went to the add-on page for Tile Tabs and saw that there was a notice that version 4.10 didn't work properly on Mac OS, and to install version 4.9 of the extension. I saw they had a new, not-yet-reviewed version 4.11 that addressed the Mac OS problem, installed it, and everything seems to be working properly.
    I have no idea why all of a sudden I had this problem, as I hadn't updated Firefox or the Tile Tabs extension recently. Also, obviously this might not address your problem, especially if you don't have that add-on installed and enabled. But our problem started at the same time for both of us it appears based on your post time, so its probably not coincidence.
    But its worth a look, and you might want to check out other extensions if you don't have Tile Tabs that could be causing the problem.

  • I have a iPod touch and i installed it on my other laptop until i had just got another one it says unable to connect to iTunes and i forgot my password and i delete the email and i don't know how i can get my i pod touch to work with my new one email

    I have a iPod touch and i installed it on my other laptop until i had just got another one it says unable to connect to iTunes and i forgot my password and i delete the email and i don't know how i can get my i pod touch to work with my new one email.
    I JUST NEED HELP

    I would contact Apple under your warranty.  I doubt you received a new iPod since Apple's policy is to give you a refurbished iPod. 

  • New tabs opening when clicking a link

    I have a MacBook Pro running OS X
    As of lately every time I am using safari and click on a link (i.e to get to the next page in a trademe search) a new tab opens up like a pop up. Normally it is some kind of advertisement. This just keeps happening and I can't figure out how to stop it happening. Sometimes it will open a whole new window but 90% of the time it is just a new tab that pops up. I can be simply looking for a recipe on Google and before I know it I have 10 tabs open of advertisements.
    ~feeling frustrated, please help me

    There is no need to download anything to solve this problem.
    You may have installed the "VSearch" trojan, perhaps under a different name. Remove it as follows.
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data before proceeding.
    Step 1
    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including any that have the word "Spigot," "Trovi," or "Conduit" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    Reset the home page and default search engine in all the browsers, if it was changed.
    Step 2
    Triple-click anywhere in the line below on this page to select it:
    /Library/LaunchAgents/com.vsearch.agent.plist
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item named "com.vsearch.agent.plist" selected. Drag the selected item to the Trash. You may be prompted for your administrator login password.
    Repeat with each of these lines:
    /Library/LaunchDaemons/com.vsearch.daemon.plist
    /Library/LaunchDaemons/com.vsearch.helper.plist
    /Library/LaunchDaemons/Jack.plist
    Restart the computer and empty the Trash. Then delete the following items in the same way:
    /Library/Application Support/VSearch
    /Library/PrivilegedHelperTools/Jack
    /System/Library/Frameworks/VSearch.framework
    ~/Library/Internet Plug-Ins/ConduitNPAPIPlugin.plugin
    Some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    This trojan is distributed on illegal websites that traffic in pirated content. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect much worse to happen in the future.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that this Internet criminal has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. This failure of oversight has compromised both Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • How can I set home page for a new tab? how can i get firefox to open the home page every time i open a new tab in Windows vista home basic??

    How can I set home page for a new tab? how can i get firefox to open the home page every time i open a new tab in Windows vista home basic??
    == This happened ==
    Every time Firefox opened

    Firefox can have multiple home pages if you wish. Each home page that will open when starting Firefox is separated by the "|" character.
    See: http://support.mozilla.com/en-US/kb/How+to+set+the+home+page
    To have new tabs open a specific web site, add one of the following extensions:
    http://sogame.awardspace.com/newtaburl/
    https://addons.mozilla.org/en-US/firefox/addon/777

  • When the message arrives, the message tone sound that many times. How this problem can be solved? I installed the new version, but the problem is not resolved, the future is to be taken into account in the new version of this?

    When the message arrives, the message tone sound that many times. How this problem can be solved? I installed the new version, but the problem is not resolved, the future is to be taken into account in the new version of this?

    I'm not sure I understand the question, is the message tone going more then once?
    Turn off repeat message alert here:
    settings > notifications > messages > repeat alert > never
    Some people have found this does not stop the repeat miessage tone,
    if you are one of those then I suggest you contact Apple:
    http://www.apple.com/feedback/iphone.html
    They may not respond, but hopefully will fix in uodate if enough people complain.

  • Not sure what i did,,, but in i photo my large view of pic is black but you can see the picture is there becuase of the tags - so when i click on the little picture at bottom it use to show up big , now its black

    Help i clicked something and now my big wont show up big.. its there but black.. you can see the names that are tagged but no pic.. ive tried view ect but nothing

    There are several possible causes for the Black Screen issue
    1. Permissions in the Library: Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Include the option to check and repair permissions.
    2. Minor Database corruption: Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild.
    3. A Damaged Photo: Select one of the affected photos in the iPhoto Window and right click on it. From the resulting menu select 'Show File (or 'Show Original File' if that's available). (On iPhoto 11 this option is under the File -> Reveal in Finder.) Will the file open in Preview? If not then the file is damaged. Time to restore from your back up.
    4. A corrupted iPhoto Cache: Trash the com.apple.iPhoto folder from HD/Users/Your Name/ Library/ Caches...
    5. A corrupted preference file: Trash the com.apple.iPhoto.plist file from the HD/Users/ Your Name / library / preferences folder. (Remember you'll need to reset your User options afterwards. These include minor settings like the window colour and so on. Note: If you've moved your library you'll need to point iPhoto at it again.)
    If none of these help: As a Test:
    Hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?

Maybe you are looking for

  • Error while creating a web service

    Hi all, I am trying to create a webservice for doing SOAP to JDBC scenario. I created a WSDL file in Configuration. I am using NWDS for developing a web service using this WSDL file. While creating a web service, I am getting 2 errors after creation

  • TMP programs

    Hi, would like to know how to access my older Programs that i stored in TMP Logical database? I can't remember all of the names of my previous programs, and would like to access to some of them. How can i find them? Please help!

  • Issues getting url-redirect working with Cisco ISE

    Hi, I am currently doing a Proof of Concept using Cisco's new ISE product. I am having issues getting the url-redirect raidus attribute working. I have read the troubleshooting document and everything in it points to it should be working. By debuging

  • HT201361 How do I take a screenshot of a long window that has content too far off the page to see?

    I know about standard tools for capturing screenshots of:      • whole screen      • a given window      • a given selected area drawn with the mouse But oftentimes I have a window that has content outside the visible area - where I'd have to scroll

  • How to define shift

    how to define shift?