Tabs Refresh Automatically in Safari 5.1?

Why do tabs automatically refresh in Safari 5.1?
Try this: Have at least ten websites in different tabs in the same window. Go to "Reset Safari..." in the "Safari" menu. Uncheck the "Close all Safari windows" and then click "Reset". What the **** Apple.
Also, the spinning beach ball of death does not appear when I move the mouse to the bookmark bars or toolbar. Why?

I experience the exact same issue. If you open the console, you should see Webkit2 WebProcess crash (Dispatch queue: com.apple.main-thread) each time the tabs are unexpetedly refreshed. This is a really annoying bug in effect and disabling Java doesn't look to change anything.
I could determine when it happens for me (reproducible anytime):
• an OTF font-face CSS directive
• a select form element
• each time I click on such an element, the Webkit2 WebProcess crashes…
Be aware that this bug may prevent your users to use forms if they use Safari 5.1.
The only solution I found to get rid of this bug on one website of mine consists in getting rid of .eot font-face directive. But anytime you will visit a website with such fonts, you may get this bug that crashes all opened tabs and you won't be able to submit any form whenever it includes a select box. Since all tabs are getting reloaded, it can make your computer really slow if you had many tabs opened.
This is the worst bug I ever could experience with Safari, I hope they'll fix it right away.

Similar Messages

  • IE 11 Parent Page/Tab refreshes automatically when we close Child page before completion of load

    HI,
    We have opened the application in IE 11 then when i am click on the button it will open another window, before it is opening fully we have closed the child page then it is refreshing parent page automatically because of this  what ever the changes we
    are having in the parent page got lost. 
    Please help me regarding the same. Thanks.

    Hi ,
    Would you please share us with more details?We will check whether it is caused by the website or the IE.
    What kind of  this application is ? Is it an add-on or a feature built-in the specific website?
    Does this is problem occur on a specific website or all of the websites?Would you please share one problematic  website with us if possible and give us a guide so I can test in my own machine?
    Is it the first time to work with this application if it is an add-on?
    If you are the developer of the IE application or website, then I suggest you  post this issue in the
    Internet Explorer Dev Center to look for help. Here is the link:
    Internet Explorer Dev Center
    https://social.msdn.microsoft.com/Forums/ie/en-US/home?category=iedevelopment
    Best regards

  • How to stop tab refreshing everyime

    I am fully up to date as of today, v10.7.2, Safari v5.1.1
    How on earth do you stop the browser refreshing, everytime for example you go back a page? I dont want it to refresh, I'll do that manually.
    On a side note it also does this on my iPhone/iPad 2, can we stop it on here to?
    cheers

    To add a tist to the discussion... On my Mac Safari does not refresh the tabs unless I click on the refresh arrow (I'm happy). On iOS devises the tabs refresh automatically after a certain period, and what's more don't even do it in the background , but start the refresh only when I click to switch to that tab (I'm not happy).
    If there is a way o change tis behavior, I would love to hear about. Otherwise, it's time to visit http://www.apple.com/feedback/

  • Can i set up tabs that automatically appear when i launch safari?

    can i set up tabs that automatically launch when i start safari?

    ... and, of course, if you have Lion and you leave the "resume" feature turned on, Safari will always start up in the state it was in when you quit it.
    charlie

  • Everytime I open a new tab, Firefox automatically refreshes the currently open ones.

    When I attempt to open a new tab, Firefox automatically refreshes the already opened and loaded websites in other tabs.

    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]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • Business Layer not refreshed automatically

    Dear Friends,
      I'm working on IDT  for creating business layers based on SAP BW Multi-providers. The issue I'm facing right now is that whenever I modify the underlying Multi-provider, my business layer is not getting refreshed automatically with the changes.
      Please let me know if I need to do any settings in IDT for the business layer to get refreshed automatically or do I need to create a fresh design right from creating the connections.
    Many Thanks,
    Karanam.

    Another quick question with something similar to above. I am building the UNX universe on top of Multi Provider and I noticed that normal select statements on Dimensions would return "ZERO" records unless a measure is included in the query. Is there a workaround for this? I do not mind using a dummy null measure for simple queries. However, this is becoming cumber some when doing cascading prompts. IDT has a simple way of doing it but me without being able to generate LOVs without a dummy measure, its becoming difficult to implement cascading LOVs.
    Now the 2nd question is, I am developing all in DEV. When I use LCM and promote it to my QA, I can go ahead and create a new connection pointing to my QA Backend. However, when I try to change the connection from Dev to QA in the IDT Datafoundation "Connections" tab, it allows me to change the connection. However, the objects in the Business Layer does not reflect the new Calalog Name of the QA connection and none of them would parse. For example, Lets say my Dev connection is named D31Conn and my QA connection is named Q31Conn. Their catalog names by defaulyt are D31Conn and Q31Conn. Now, after developing my universe in BOBJ Dev and promoting it to QA, I am creating a new connection in BOBJ QA called Q31 Conn. When I open the promoted universe and try to change the connection from D31conn to Q31conn, it does it successfully. However, in my business layer, all objects would not parse and woul fail because their SQL still points to the old Catalog D31Conn instead of Q31Conn. Am I missing something here? Any help is much appreciated !
    Ramki
    Edited by: Ramki Krishnamoorthy on Mar 6, 2012 2:46 AM
    Just a Quick Update, I forgot to mention that my deployment is BI4.0 SP2 Patch 12

  • Why??? Simple snapshot can not refresh automatically, but can refresh manually.

    Server 1 : Oracle 7.3.4 (as a Master site)
    Server 2 : Oracle 7.3.4 (as a Snopshot site)
    Client PC: SQL*Plus (Oracle 7.3.4 Client)
    Step 1: on Client PC, start 2 SQL*Plus dialog Windows,
    one(Window A) for <Server 1> , another(Window B) for <Server 2>;
    Step 2: on <Window A> do:
    SQL>connect scott/tiger@Server1
    SQL>CREATE SNAPSHOT LOG ON scott.dept ;
    SQL>select * from dept;
    DEPTNO DNAME LOC
    10 AAAAAA AAAAA
    20 BBBBBB AAAAA
    30 CCCCCC AAAAA
    Step 3: on <Window B> do:
    SQL>connect scott/tiger@Server2
    SQL>CREATE DATABASE LINK oracle USING 'Server1';
    SQL>CREATE SNAPSHOT all_dept REFRESH fast
    start with sysdate NEXT SYSDATE+1/(24*60)
    AS SELECT * FROM scott.dept@oracle;
    -- refresh interval: 1 minute
    SQL>select * from all_dept;
    DEPTNO DNAME LOC
    10 AAAAAA AAAAA
    20 BBBBBB AAAAA
    30 CCCCCC AAAAA
    Step 4: on <Window A> do:
    SQL>insert into dept values (50,'MMMMMM','NNNNN');
    SQL>commit;
    SQL>select * from dept;
    DEPTNO DNAME LOC
    10 AAAAAA AAAAA
    20 BBBBBB AAAAA
    30 CCCCCC AAAAA
    50 MMMMMM NNNNN
    <one or two minutes later ... ... >
    Step 5: on <Window B> do:
    SQL>select * from all_dept;
    DEPTNO DNAME LOC
    10 AAAAAA AAAAA
    20 BBBBBB AAAAA
    30 CCCCCC AAAAA
    conclusion: Simple snapshot can not refresh automatically ???????
    SQL>exec DBMS_SNAPSHOT.REFRESH( list => 'all_dept',method => 'F');
    SQL>select * from all_dept;
    DEPTNO DNAME LOC
    10 AAAAAA AAAAA
    20 BBBBBB AAAAA
    30 CCCCCC AAAAA
    50 MMMMMM NNNNN
    conclusion:Simple snapshot can refresh manually.
    How to solve this problem?????
    Thank you very much
    Zhang Ming-an

    When you are manually refreshing the snapshot as scott/tiger, and your database link was defined with a 'connect to/identified by ' clause, your login credentials will be scott/tiger. When the refresh happens from the job queue, it does not use those credentials, It uses some default set. What you should probably do is:
    1. create public database link Oracle using 'server1';
    2. as scott/tiger, create database link Oracle connect to scott identified by tiger;
    3. your automatic refresh should work now.

  • My iMac automatically updated Safari

    My iMac automatically updated Safari for Yosemite yesterday and now Safari will not open... Can anyone help?

    Hey Startrekman,
    I would start your troubleshooting the issue by seeing if Safari opens in another user on your computer. If Safari still will not then I would recommend reinstalling your Mac OS X Yosemite. The articles below will walk you through troubleshooting and isolating the issue and what to do after you have done this. Let me know if this helps or need further assistance. 
    Mac OS X: How to troubleshoot a software issue
    http://support.apple.com/en-us/HT201516
    Isolating issues in Mac OS X
    http://support.apple.com/en-us/HT203161
    Take care,
    -Norm G. 

  • How can I find what time a tab was opened in Safari?

    How can I find out what time a tab was opened in Safari?

    As of Safari 5.1.7 there does not appear to be a way to view the time in the browser, but it is still possbile to find from the raw history file. Open /Users/[yourusername]/library/Safari/History.plist in a text editor. Depending on how your text editor reads the file, you may see a lot of garbled text, but you should still be able to find the URL that you want the time for. After the URL you may see the page's title, but should also see a left square bracket followed by numbers.
    Example:
    _?http://www.apple.com/_Apple[377832904.6o
    The integer is an Apple timestamp (number of seconds since 00:00:00 UTC on 1 January 2001). Find a timestamp calculator online to get the actual time for your timestamp. In the example above, Apple was visited on Dec 21 2012 at 17:35:04 PST.
    Cheers.

  • BPM composer getting refreshed automatically at regular intervals

    Hi,
    We have installed SOA Suite 11.1.1.6. While working on BPM composer, the window gets refreshed automatically after regular intervals and the entire work gets lost.
    Any help is highly appreciated.
    Thanks,
    Deepak

    > and the tcode for the lock is KRNL. and we dont have any other information regarding this.
    You mention that this is the account of an employee, so I assume a Dialog type user ID.
    Sounds to me like a script somewhere with this user ID in it for the connection to the system. Could be anywhere... theoretically also on a PC.
    Contact the user and ask them whether they saved their pwd anywhere.
    Also activate the SM20 dynamic filters to find the terminal for all types of events (also not critical) before the next pwd lock of the user (128).
    If you find that the terminal is an application server of your own system, then you will need to check your jobs again in more detail and in extreme cases even transport imports.
    Cheers,
    Julius

  • Files Tab Refresh

    In the developer profile for Dreamweaver, I have my site's
    files listed on the left. In the settings for the site, there is an
    option to refresh the list automatically. I do not have this
    checked, but the site refreshes automatically anyway. How can I
    stop this from happening?

    Sorry, the servername is not the problem and the document is also available on the BOE otherwise it would not be possible to get the data in Xcelsius.
    The user has also sufficient rights to view the object because it is the same user for connecting from CR to BOE and from Xcelsius to BOE.
    Maybe it is because of some misconfigured webservices on the BOE.
    SOLVED
    It was a user authorisation issue, the wrong user (Non-SAP) was used for connection from Live Office to Crystal Reports.  
    Thanks Johannes

  • Can I turn off tab in the new Safari for ipad?

    I want to turn off the tabs in the new Safari for my iPad 2. I have gone to the settings in Safari and can only select the types of tabs, why can't I turn tabs off?

    You cannot turn the feature off. This is the way that Apple has now designed for it to work. If you would like to let Apple know how you feel about it, leave feedback here.
    http://www.apple.com/feedback/ipad.html

  • When clicking the + tab in the tab bar how do I set new tabs to automatically open my home page

    When clicking the + tab in the tab bar how do I set new tabs to automatically open my home page

    You can do that by using an add-on such as:
    * NewTabURL - https://addons.mozilla.org/firefox/addon/newtaburl
    * New Tab Homepage - https://addons.mozilla.org/firefox/addon/new-tab-homepage
    Another way of opening the home page in a new tab is to middle click on the home button in the navigation toolbar.

  • Automatically changing Safari's downloads folder

    I want to have a automator script which can automatically change Safari's downloads folder. How should i do?

    If you don't mind using GUI Scripting, and provided Safari is already open, the following script should do the trick:
    set downloadsPath to "/POSIX/path/of/destination/folder"
    tell application "Safari" to activate
    tell application "System Events" to tell process "Safari"
        click menu item "Preferences…" of menu 1 of menu bar item "Safari" of menu bar 1
        click button "General" of toolbar 1 of window 1
        tell window "General"
            click pop up button 5 of group 1 of group 1 -- "Save downloaded files to:"
            key code 125 -- down arrow
            keystroke return -- "Other…"
            keystroke downloadsPath & return
            delay 1
            tell sheet 1
                if exists static text "The folder can’t be found." of sheet 1 then
                    display dialog "This folder can't be found:" & return & downloadsPath buttons {"OK"} default button 1 with icon 1 giving up after 10
                    click button "Cancel" of sheet 1
                    click button "Cancel"
                else
                    click button "Select"
                end if
            end tell
            click button 1 -- close the window
        end tell
    end tell
    Tested under OS X 10.9 “Mavericks” with version 7.0 (9537.71) of Safari.
    Message was edited by: Pierre L. (added “delay 1”)

  • When I try to open a new tab, it automatically goes to a babylon seaqrch page, even though I have un-installed the toolbar

    Someone installed babylon toolbar on top of Firefox - since then when I try to open a new tab, it automatically goes to a babylon search page, even though I have un-installed the toolbar.
    Please help
    Alfredo

    Take a look at:
    https://support.mozilla.com/en-us/questions/746530
    https://support.mozilla.com/en-us/questions/746530
    https://support.mozilla.com/en-us/questions/747615
    thank you

Maybe you are looking for

  • Vendor Information in FB60

    Hello, Is it possible to modify what vendor master data information is displayed in FB60 in the Vendor information box to the right of the header tabs?  Currently we are only seeing address information and would like to add additional fields from the

  • How to improve the performance.

    Hi All, My question is , What and all we have to check to improve the Query performance . In our schema , all the tables are partitioned and all the tables have indexes . And the tables are not compressed , if i do table compression in my schema , wi

  • Check transaction authorization

    How to check transaction authorization using Z_AUTH_OBJECT_CHECK  function module

  • PLEASE REVIEW MY RESUME (email)

    Objective: To obtain a position as an Oracle/Web Developer Qualifications Summary: Strong knowledge of object-relational database development and client/server technology, experience in application design. Operating Systems: Linux, Windows NT, MS-DOS

  • Send A file Using JMS

    I want to send a file Using JMS.. and want to have These Details in the message that send. Receivers IP address & The file That mean I want to send a File from one client to another client Using a Queue Can Anyone help me to solve this problem thanks