Loading... spinner persists after page load complete

Our site uses Ajax and web-services to build html content. At times, the spinning "Loading..." image continues endlessly, seemingly after the page load is complete. This behavior does not occur with Chrome, IE or Firefox. Using the Web Inspector, it appears that all images, xml docs, web-service calls, etc. have completed successfully. To see an example: http://www.bunkerhill.com/dev/website/WebMessages.aspx
Any help is appreciated.
TIA

Is the site entirely Safari compatible? Maybe some part of it isn't working in Safari, and the browser is still attempting to make it work. I'm not a coder (I can barely do anything with HTML), so what I just wrote might be of no use to you.

Similar Messages

  • Firefox doesn't respond when opening a new tab until the page loads completely

    When I open a page in a new tab, Firefox freezes until the new page loads completely. I can't switch tabs or do anything. It then works normally. Older versions of Firefox did not have this problem; it only started after I updated a few months ago. What can be done about this problem?
    Thanks.

    Please check for the problem in [[safe mode|safe mode]].. does it work there?

  • Dropped laptop and now it won't load completely after turning it on. Only loads half way and stays there. What can I do to fix it?

    My Friend dropped my laptop form about 4 ft. It was working but after I turned it off and tried to turn it back on it wont load completely when it sign in. It loads half way and stays there, I can only use safari through the guest section. What can I do to fix?

    - Make an appointment at the Genius Bar of an Apple store and hear what they have to say. The appointment is free.
      Apple Retail Store - Genius Bar

  • Pages not loading completely or at all.

    This is a problem I've been having for weeks and weeks. Pages in Safari (or in IE or in Firefox) will not load completely or at all. For example, the apple.com homepage does not load at all and neither does ebay. However, the amazon homepage will load almost completely, but a few of the images don't appear.
    I've tried numerous ideas.
    I've run through the power cycle. (Turning my router and cable modem off, and then restarting them.)
    I've run network diagnotics.
    I've reset Safari.
    I've typed in IP addresses manually.
    We bought a new router.
    It even got down to me having to reinstall the operating system. (The computer is fairly new, so there wasn't any important information on it.)
    I tried calling my ISP, but they don't know what's wrong.
    Apple won't speak to me because my 90 days is up, and my parents won't pay $160 for the care plan.
    I'm becoming desperate at this point. I love my new iMac, but there isn't much I can do without the web.
    Oh, I also can't download updates, access the iTunes music store, or anything else that requires internet acces.
    We have three windows computers in the house that are all running fine on the WLAN.
    Any help would be GREATLY appreciated.

    Any other ideas?
    Hmm, can you try logging into another user account to see if the problem is present there as well? This will confirm where the root issue is - your user area or system wide. It sounds like it wil be system wide but best to double check.
    If you don't have another account you can use System Preferences -> Accounts -> [+] to create a test one (and [-] to remove it if needed).
    I've typed in IP addresses manually.
    Can you expand on what you mean by that? Are you referring to the DNS addresses or typing the IP address in the browsers address entry box?

  • Pages not loading completely

    I am seeing intermittent issues with web pages not loading completely, or taking a long time to load. Some times embedded images will not load. The page will often load, but the page loading icon in chrome will carry on spinning. 
    This is happening periodically and at various times of the day, but has been going on for a couple of weeks. The rest of the time, my broadband speeds are fine and very snappy, as normal. 
    I've restarted my router (homehub 3) several times.
    This doesn't seem to be a general speed problem.
    Using speedtest.net, i can see that my download speed is pretty consistent at just under 20mbps. 
    Using pingtest.net i see no packet loss, with good ping times.  
    Using the BT speedtest tool, my line speed to the house is around 23mbps, and my download speed is again around 20mbps.
    This is effecting all devices attached to the router, both wired and wifi... both windows PC/laptops and ipad/iphone devices. 
    I am not sure where to look next, and am kind of dreading a conversation with BT helpdesk. 
    Any ideas? 

    Thanks... That's a long thread, and I am not going to pretend to understand all of it. 
    It seems to be similar issue, but I am seeing this any webiste, including this one, not just on a handful of specific sites. 
    If I understand the thread above correctly, that issue is with BT, and was apparantly fixed, although the most recent post suggests it has not been. And that if this is the same problem, I can't do anything to fix this myself, other than raise this BT?
    Having played around a little more, I think I can see that this problem becomes more accute when i am jumping rapidly from one webpage to another in quick succession, until i get to the point where pages are just not loading anymore. 

  • JSP page fails to load completely ....

    Hey guys,
    I am working on a webapps on J2EE and Struts, and we use Oracle application server 10g to deploy the webapps.
    The problem of a page fails to load completely (loaded probably 10% and stopped) comes from one of the users which implements a config. on their apps server such that it has the ability to jump from one server to another should one of them fails or taking too much time to process.. Not sure whether this might be the problem but i think it's better to lay out the scenarios clearly. The rest to my knowledge is common settings..
    I am having trouble identifying them problem, because other users which has deployed the same webapps, also on oracle AS 10g is not faced with the same problem.
    The error printed in the log is not giving me much clue, Could anyone of you take a look to see if it makes any sense to you as in what is causing the problem. Pls see below (file/resource names renamed for confidentiality purpose):
    03:28:21,947 - ERROR xx.jsp - display.yy._jspService(_yy.java:614)
    03:28:21,947 - ERROR xx.jsp - com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    03:28:21,948 - ERROR xx.jsp - oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:347)
    03:28:21,949 - ERROR xx.jsp - oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    03:28:21,950 - ERROR xx.jsp - oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    03:28:21,950 - ERROR xx.jsp - javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    03:28:21,951 - ERROR xx.jsp - com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:810)
    03:28:21,952 - ERROR xx.jsp - com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)
    03:28:21,952 - ERROR xx.jsp - com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
    03:28:21,953 - ERROR xx.jsp - com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
    03:28:21,954 - ERROR xx.jsp - com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
    03:28:21,954 - ERROR xx.jsp - com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    03:28:21,955 - ERROR xx.jsp - java.lang.Thread.run(Thread.java:534)
    I would really appreciate any ideas...anything :)
    Thanks a lot in advance!!!

    From the Safari menu bar, select
    Safari ▹ Preferences ▹ Extensions
    If any extensions are installed, disable them and test.

  • Home page won't load completely

    When I open itunes, the main page will not load. I can see the 'Quick Links' and 'Top Charts' on the side but the main center part wont appear. When I click on 'see all' singles under the 'top charts' the songs all come up but the preview button doesn't appear and I cant do anything. I'm very frustrated.

    Suddenly (as of this AM) I'm having this same issue. I'm running a MBA under 10.7.3, with latest iTunes (10.5.3). Never had this problem before.
    Symptoms:
    The Home Page is completely blank except for right panels (Quick Links, Top Charts) and iTunes Store footer; all other tabs on top do the same, except for App Store page, which is completely blank.
    Connection to Store is fine--iPhone syncs w/o a problem, and I can see my apps, music, updates, etc., can even access my Wish List.
    Updates download w/o problems, but if I try to view page for an app, only the top part of the page loads, down to "What's New in version xxx". Everything below is blank--no views of app, no Reviews, etc.
    Category pages will load, but without any Thumbnails, only text, but Purchase buttons work.
    My iPhone connects and appears as it should--no problems at all.
    What I've Tried:
    reloading iTunes page--several times--no help.
    Reopening iTunes--several times--no help.
    Rebooting Mac--ditto
    On iPhone:
    App Store seems to work fine.
    Anyone have any suggestions?

  • I have some web pages that loaded completely when using 3G but partially loaded using Wifi.

    I have some web pages that loaded completely when using 3G but partially loaded (only text without any images ) using Wifi. Is it a site specific issue?

    Can you rule out the NoScript extension as a cause of the issues on those sites? Even if you allow the main site to run scripts, often a website will spread its content over additional servers, so you may need to visit the "S" button menu a second or third time to get full functionality. (Over time, you'll recognize some the servers as being for ads, tracking, or sharing buttons and you can just let those parts of the page not work.)

  • Cpu not releasing after page load

    I'm a newby to flash. I need to show movie clips based on the
    XML data. The problem is after page is loaded with flash file,
    still CPU is not getting released. What am I doing wrong? After
    page is loaded with the flash file, I want the CPU to go its
    original utilization.
    Here is the sample code.
    import flash.geom.Matrix;
    import flash.geom.Point;
    import flash.display.*;
    import flash.geom.*;
    import mx.services.*;
    _root.lineStyle(1, 0x0000FF, 100);
    var mcMapContent = map_sp.content;
    var my_xml:XML = new XML();
    my_xml.ignoreWhite = true;
    var number_fmt:TextFormat = new TextFormat();
    number_fmt.font = "NumFont";
    number_fmt.size = 4;
    var fileName:String;
    if (!fileName)
    fileName = "test1";
    if (_global.styles.List == undefined)
    _global.styles.List = new mx.styles.CSSStyleDeclaration();
    _global.styles.List.setStyle("themeColor", 0x3366CC);
    _global.styles.List.setStyle("color", 0x000000);
    _global.styles.List.setStyle("backgroundColor", 0xFFFFFF);
    _global.styles.List.setStyle("borderStyle", "solid");
    _global.styles.List.setStyle("borderColor", 0x000000);
    _global.styles.List.setStyle("rolloverColor", 0x5a6970);
    _global.styles.List.setStyle("scrollTrackColor", 0xEEEEEE);
    _global.styles.List.setStyle("selectionColor", 0xCCCCCC);
    my_xml.load("XML/" + fileName + ".xml");
    my_xml.onLoad = function(success)
    var currentNode:XMLNode = my_xml.firstChild.firstChild;
    var LoopI:Number;
    var tmpDepthLevel:Number;
    var X1:Number, Y1:Number, Length:Number, Width:Number;
    var Code_str:String;
    currentNode = currentNode.firstChild;
    tmpDepthLevel = mcMapContent.getNextHighestDepth();
    try
    for (var child_xmlnode = currentNode; child_xmlnode != null;
    child_xmlnode = child_xmlnode.nextSibling, i++)
    TotalVertex_int =
    Number(child_xmlnode.attributes.VERTEX_COUNT);
    X1 = child_xmlnode.attributes.X1;
    Y1 = child_xmlnode.attributes.Y1;
    Width = Number(child_xmlnode.attributes.WIDTH);
    Length = Number(child_xmlnode.attributes.LENGTH);
    Code_str = child_xmlnode.firstChild.nodeValue;
    var my_mc:MovieClip = mcMapContent.attachMovie("MyRect",
    Code_str, tmpDepthLevel, {Name:Code_str});
    tmpDepthLevel++;
    my_mc._x = X1;
    my_mc._y = Y1;
    my_mc._width = Width;
    my_mc._height = Length;
    newMainColor = new Color(my_mc.rect_mc);
    my_mc.Num_txt.setTextFormat(number_fmt);
    name_fmt.font = "NumFont";
    newMainColor.setRGB(0xFF99FF);
    my_mc.Num_txt._yscale = my_mc.Num_txt._yscale * (Width /
    Length);
    my_mc.Num_txt._y = (20 - my_mc.Num_txt._height);
    my_mc.Num_txt._x = 0;
    catch (myError:Error)
    trace("error caught: " + myError);
    finally
    //trace("No Error");

    I'm a newby to flash. I need to show movie clips based on the
    XML data. The problem is after page is loaded with flash file,
    still CPU is not getting released. What am I doing wrong? After
    page is loaded with the flash file, I want the CPU to go its
    original utilization.
    Here is the sample code.
    import flash.geom.Matrix;
    import flash.geom.Point;
    import flash.display.*;
    import flash.geom.*;
    import mx.services.*;
    _root.lineStyle(1, 0x0000FF, 100);
    var mcMapContent = map_sp.content;
    var my_xml:XML = new XML();
    my_xml.ignoreWhite = true;
    var number_fmt:TextFormat = new TextFormat();
    number_fmt.font = "NumFont";
    number_fmt.size = 4;
    var fileName:String;
    if (!fileName)
    fileName = "test1";
    if (_global.styles.List == undefined)
    _global.styles.List = new mx.styles.CSSStyleDeclaration();
    _global.styles.List.setStyle("themeColor", 0x3366CC);
    _global.styles.List.setStyle("color", 0x000000);
    _global.styles.List.setStyle("backgroundColor", 0xFFFFFF);
    _global.styles.List.setStyle("borderStyle", "solid");
    _global.styles.List.setStyle("borderColor", 0x000000);
    _global.styles.List.setStyle("rolloverColor", 0x5a6970);
    _global.styles.List.setStyle("scrollTrackColor", 0xEEEEEE);
    _global.styles.List.setStyle("selectionColor", 0xCCCCCC);
    my_xml.load("XML/" + fileName + ".xml");
    my_xml.onLoad = function(success)
    var currentNode:XMLNode = my_xml.firstChild.firstChild;
    var LoopI:Number;
    var tmpDepthLevel:Number;
    var X1:Number, Y1:Number, Length:Number, Width:Number;
    var Code_str:String;
    currentNode = currentNode.firstChild;
    tmpDepthLevel = mcMapContent.getNextHighestDepth();
    try
    for (var child_xmlnode = currentNode; child_xmlnode != null;
    child_xmlnode = child_xmlnode.nextSibling, i++)
    TotalVertex_int =
    Number(child_xmlnode.attributes.VERTEX_COUNT);
    X1 = child_xmlnode.attributes.X1;
    Y1 = child_xmlnode.attributes.Y1;
    Width = Number(child_xmlnode.attributes.WIDTH);
    Length = Number(child_xmlnode.attributes.LENGTH);
    Code_str = child_xmlnode.firstChild.nodeValue;
    var my_mc:MovieClip = mcMapContent.attachMovie("MyRect",
    Code_str, tmpDepthLevel, {Name:Code_str});
    tmpDepthLevel++;
    my_mc._x = X1;
    my_mc._y = Y1;
    my_mc._width = Width;
    my_mc._height = Length;
    newMainColor = new Color(my_mc.rect_mc);
    my_mc.Num_txt.setTextFormat(number_fmt);
    name_fmt.font = "NumFont";
    newMainColor.setRGB(0xFF99FF);
    my_mc.Num_txt._yscale = my_mc.Num_txt._yscale * (Width /
    Length);
    my_mc.Num_txt._y = (20 - my_mc.Num_txt._height);
    my_mc.Num_txt._x = 0;
    catch (myError:Error)
    trace("error caught: " + myError);
    finally
    //trace("No Error");

  • How to detect that ADF page has completely loaded with OpenScript

    In Selenium tests I use AdfPage.isSynchronizedWithServer to detect whether an ADF page has completely loaded. I attempted to do the same with OpenScript by doing something like:
    boolean loading = true;
    while (loading) {
    String[] result = web.document("/web:window[@title='*']/web:document[@index='0']").executeJsFunction("AdfPage.PAGE.isSynchronizedWithServer()", null);
    if (null != result && result.length > 0 && "true".equalsIgnoreCase(result[0])) {
    loading = false;
    } else {
    think(5.0);
    unfortunately this fails with
    ERROR [1] Error in section Run at line unknown. An unexpected exception occurred in the script. Script section: Run. Caused by: Exception occured.
    java.lang.Exception:
        at oracle.oats.scripting.modules.webdom.api.elements.DOMDocument.executeJsFunction(DOMDocument.java:1043)
    Anyone know how to call ADF JS from OpenScript or alternatively what is the recommended way to make sure that the ADF page has loaded completely ?

    Hi,
    when user logged in set a attribute in the session using
    sess.setAttribute("var","value");
    Now in ur JSP get this attribute if its null then ur session has expired an send the user to login page.
    sess = requset.getSession(false);
    String/Object  value = sess.getAttribute("var");
    if(value==null)
    //send it to Login page
    }

  • Using af:clientListener after page load

    Hi,
    I need to run a js function after* the page finishes loading.
    I tried to use <af:clientListener type="load" method="fillProjectList"/>, but the script starts running before the table on the page finished loading.
    The table has: clientComponent="true"
    How can I make the script to start runng only after all table components are loaded?
    Thank you,
    Nina

    Ah.. i guess it will not work as you cannot do any UI activity after the render response phase. May be try this
    Javascript into JSPX and run after page is loaded?

  • Major annoyance - Safari switching tabs/windows after page load

    When I cmd-click on a link to open a page in a new tab, it starts to load the page. If I switch tabs or windows before the page is loaded, it will switch back to that tab/window when the page load is complete.
    Who thought this would be a good idea?!? This is the kind of impossibly poor user interface that I expect when I run Windows. Why has it infected my Mac? I DO NOT WANT MY SOFTWARE CHANGING MY INTERFACE ON ME!!! When I bring a tab or window to the front, I expect it to STAY in the front!!!!!
    PLEASE, FOR THE LOVE OF EVERYTHING SANE, FIX THIS NOW APPLE!!!

    BTW, this does not happen all the time - only on certain pages. A good example is the Washington Post. Click on an article, then switch to a different tab/window before the page completes loading. When the page load completes, it will switch your tab/window, bringing the article to the front. Very annoying.
    I suppose if could be an issue with the site using some severely twisted JavaScript. However, I have never seen this behavior before in Safari until very recently, and it does not happen in FireFox.

  • How to execute a method after page Load?

    My question is very similar to what was discussed in following thread:
    How to execute a method after page Load?
    My requirement is that I want to run a method in backing bean of a page, immediately after the page gets loaded. In that method I want to invoke one of the method action included in the pagedef of this page, conditionally.
    I tried using the approach given in the above thread, i.e to use <f:view afterPhase="#{backing_security.setPermPriv}">, but the problem is that our page is not using 'f:view' , so I explicitly added one f:view with afterPhase property set , but it is not working, page it self is not getting loaded, it is throwing the error:
    Root cause of ServletException.
    java.lang.IllegalStateException: <f:view> was not present on this page; tag [email protected]e8encountered without an <f:view> being processed.
         at org.apache.myfaces.trinidad.webapp.UIXComponentELTag.setProperties(UIXComponentELTag.java:108)
         at javax.faces.webapp.UIComponentClassicTagBase.findComponent(UIComponentClassicTagBase.java:733)
         at javax.faces.webapp.UIComponentClassicTagBase.doStartTag(UIComponentClassicTagBase.java:1354)
         at org.apache.myfaces.trinidad.webapp.UIXComponentELTag.doStartTag(UIXComponentELTag.java:71)
         at oracle.adfinternal.view.faces.taglib.UIXQueryTag.doStartTag(UIXQueryTag.java:41)
         at oracle.adfinternal.view.faces.unified.taglib.UnifiedQueryTag.doStartTag(UnifiedQueryTag.java:51)
         at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:50)
         at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:262)
         at oracle.jsp.runtime.tree.OracleJspNode.execute(OracleJspNode.java:89)
         at oracle.jsp.runtimev2.ShortCutServlet._jspService(ShortCutServlet.java:89)
         at oracle.jsp.runtime.OracleJspBase.service(OracleJspBase.java:29)
         at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:665)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:387)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:822)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:746)
    Please help to resolve this issue, or am I doing anything wrong?

    Hi,
    I assume that your view is a page fragment and here - indeed - the f:view tag cannot be used. If you use ADF then one option would be to use a custom RegionController on the binding layer to listen for the render phase to invoke the method. Another option would be to use a hidden field (output text set to display="false" and have this component value referencing a managed bean property. The managed bean property's getter method can now be used to invoke the method you want to run upon view rendering
    Frank

  • Javascript  before/after Page Load

    hi, i want to call javascript before or after page is loading,
    is it possible?

    Hi,
    Under Page Rendering--->
    Open the page definition
    Under --> Display Attributes
    change to 'Donot focus cursor'
    In Page html body attributes
    enter --> onload="set_focus();"
    bye
    Srikavi

  • When opening a new tab, Firefox often freezes for a few seconds until the page has loaded completely.

    When I open a new tab, the tab must load completely before Firefox will respond at all. I cannot do anything in Firefox; Windows and the rest of my programs that are running are unaffected. This happens randomly, but it is more common on certain websites. How do I fix this?
    Thanks!
    J

    Please check for the problem in [[safe mode|safe mode]].. does it work there?

Maybe you are looking for

  • I have an 27inch iMac which upon start up is coming up with the following error message.  Could anyone help?

    Interval Since Last Panic Report:  287561 sec Panics Since Last Report:          1 Anonymous UUID: 5E7ECC78-E01D-2787-EB12-49DE5B88D18D Fri Oct 19 10:09:54 2012 panic(cpu 0 caller 0xffffff800bab7bd5): Kernel trap at 0xffffff800ba2e906, type 12=stack

  • CSS Keepalive for two applications on same IIS server

    We have 2 IIS servers running two MOSS 2007 appications. The app owners want keepalives setup for each application which each application is using the same IP and just different hostnames. So I need an example to do keepalives using a hostname / uri

  • Re: Image based hyper link

    Hi, I have a Display as Text item(does not save state) to show the image. I would like to call another page when someone click on image. I have use following code in the 'Source value or expression' to show the image on text item. <img src="#WORKSPAC

  • Data Volume handling in SAP Netweaver Mobile 7.1

    Hi, I wanted to know what is the kind of data volume a device which has netweaver mobile can handle. Assuming we have Intermec cn 50 device what could be threshold value for the data that the device hold after it has consumed memory for the Mobile Cl

  • Cannont run executable​s in Windows 8

    This problem has been probably solved, but I could not find a thread in this forum to explain whats the solution to the below problem: We have developed a software pacakge in LabView 2012 SP1. The installation works fine in all versions of Windows fr