IE 11: Javascript files are not loaded correctly from cache?

Since installing Windows 8.1, I have been experiencing issues with script loading in IE 11: When the server responds with "304 Not Modified" in response to a script request, bad things happen. Specifically, I encounter script errors that would
normally be caused by a missing script reference or having references in the wrong order (e.g. "Unable to get property 'foo' of undefined or null reference"). Doing a force-refresh (i.e. Ctrl+F5) corrects the issue until the next page load.
Based on what I see in the IE 11 developer tools, it looks like the scripts are loaded correctly. I can open them in the Debugger view and the content appears to be correct. Perhaps IE is just not loading them in the correct order in this scenario?
I noticed this problem myself and then someone else (who has also recently installed Windows 8.1) informed me that it appears he is experiencing exactly the same issue on a different site.

I'm fairly certain this issue represents a bug in IE 11. The same problem(s) do not occur in IE 9 or IE 10. The same problems occur on unrelated websites accessed from separate machines. Doing a force-refresh (Ctrl+F5) always fixes the issue.
I took your advice about opening the console to look for error messages during page load. When loading normally (i.e. not doing a force-refresh), the console shows the following:
HTML1300: Navigation occurred.
File: TimeEntry
DOM7011: The code on this page disabled back and forward caching. For more information, see: http://go.microsoft.com/fwlink/?LinkID=291337
File: Dashboard
SCRIPT70: Permission denied
File: modernizr-2.5.3.js, Line: 468, Column: 9
SCRIPT70: Permission denied
File: jquery-ui-1.10.0.js, Line: 252, Column: 1
SCRIPT70: Permission denied
File: knockout-2.2.1.js, Line: 48, Column: 5
SCRIPT5007: Unable to get property 'extend' of undefined or null reference
File: knockout.validation.js, Line: 30, Column: 5
When loading the page via a force-refresh, only the 'Navigation occurred.' message is displayed. It does not make sense that IE would apply a more restrictive security policy to scripts loaded from cache vs. scripts loaded directly from their original location,
yet that appears to be what is happening.
Post questions about html, css and scripting for website development to the IE Web Development forum.....WITH A LINK TO YOUR WEBSITE OR A MASHUP THAT SHOWS THE ISSUE...
looks like you have a sandboxed iframe on your page.
the first step in troubleshooting IE issues is to test in noAddons mode.
Rob^_^

Similar Messages

  • Files Are Not Transferring Correctly from Captivate 4 to 5

    My files from Captivate 4 are not transferring correctly into Captivate 5.  The images and quiz questions are not in the same place. Help!

    This is a bug.
    We all have it.
    Keep CP4 for the old courses, and develop new ones in CP5. That is what I am doing.
    Alternative is to manually adjust everything (don't even get me started on rollovers...)
    Terry

  • My pages are not loading correctly---get index-like pages.

    Web pages like NASCAR.COM, The Daily Beast are not loading correctly. All I get are lists of links.
    ''moderator edited the title of this thread''

    ''get index-like pages for NASCAR.COM, The Daily Beast''
    For nascar.com if I turn off page styling it kind of looks like indexes.
    From the View menu (Alt+V) see if what you have for Page Style -- if you have a theme try Basic Style to see if it fixes, and try "No style" to see if it looks the same as you currently see.
    Besides themes, styles, and GreaseMonkey scripts you might have an extension such as Adblock Plus blocking some styles.

  • JavaScript files are not being updated while updating managed solution over Dynamics CRM Online

    Hi Support,
    While I am updating a managed solution over Dynamics CRM 2013 Online, JavaScript files are not being updated and is showing the source as of the last version of the managed solution. 
    I tried the same versions of solution on my CRM 2013 on-premise install (test organization) and it updated successfully.
    This is a bit urgent issue. Please suggest how to resolve this.
    Online version of the CRM is
    Microsoft Dynamics® CRM Online Spring '14
    (6.1.1.1855) (DB 6.1.1.1847)
    blog: <a href="http://technologynotesforyou.wordpress.com">http://technologynotesforyou.wordpress.com</a> | skype: ali.net.pk

    Our technical team managed to find the immediate cause for the problem, and a solution.
    According to them there was a corruption on a speciffic OLAP file. By deleting it, they allowed it to be recreated on the next application processing. The file in question was found in \Microsoft SQL Server\MSSQL.2\OLAP\Data\UGF.0.db\<APPLICATION>.38.cub.xml
    Where <APPLICATION> is the name of the problematic cube.
    After that everything is working.

  • Swf files do not load correctly anymore...

    I maintain a site with many online  tutorials (www.edutorials.gr) that i record with various desktop recording software and export them in swf format. The last few months some of these tutorials do not load correctly, and freeze after few seconds.
    These swf tutorials originally played ok (Few months ago)
    The other swf tutorials continue to play ok
    I used the same software for recording and exporting in swf format most of the tutorials for the site
    I have tried to open the problematic swf files with various browsers and flash players (both on line and locally in my pc) and they always behave the same
    Here is (http://edutorials.gr/drupal-admin-settings1) a swf file that freezes and
    Here is (http://edutorials.gr/gimp-fire-smoke) another one that continues to behave ok
    Any ideas why this happens? I don't have a clue

    Maybe the .swf files have become corrupted. Have you tried replacing the files on the server? If you pull the file from the server and play it locally does it play correctly?

  • Is anyone having problems with Firefox today? My websites are not loading correctly

    Firefox just isn't working right today. My home page (yahoo.com) will not load correctly, nor does a university site for a course that I am teaching online. I can do both of these if I use Internet Explorer.

    Hi ritawickham,
    We've actually put together a troubleshooting section for [https://support.mozilla.org/en-US/kb/web-pages-dont-load website loading issues]. Have you had a chance to browse the documents there? If not, you should take a look. There is a lot of useful information.
    Hopefully this helps!

  • Images and .properties(bunldes) files are not being found from my JSPs

    Hi,
    I have created .ear file by using ANT Application. And deployed into Oracle9iAS(OC4J). Here problem is that images and .properties(internationalization bundles)files are not found from JSPs.
    Here is my directory structure.
    public_html--->locale -->BusinessEntity -->businessentity_en_US.properties
    --->enterprise -->images -->knowldege.jpg
    --->BusinessEntity-->BEAdd.jsp
    in my jsp bundle(.properties)file is accessed like this:-
    <i18n:bundle baseName="/locale/-->BusinessEntity/businessentity" id="businessentity" locale="<%= locale %>" />
    in my jsp images accessed like this:-
    src="/enterprise/images/knowldege.jpg".
    In my working environment, without creating .ear file, images and .properties files are being found my JSPs. But if i create .ear file and after deploy, images and .properties files are not being found my JSPs.
    please let me know where i might did wrong
    thanks in advance
    srinivas

    Hi i am again. Here is my configuration files(server.xml and default-web-site.xml)
    server.xml :-
    <?xml version="1.0"?>
    <!DOCTYPE application-server PUBLIC "-//Evermind//DTD Orion Application-server//EN" "http://xmlns.oracle.com/ias/dtds/application-server.dtd">
    <application-server application-directory="../applications"
    deployment-directory="../application-deployments"
    >
         <library path="../tools.jar" />
         <rmi-config path="./rmi.xml" />
         <jms-config path="./jms.xml" />
         <log>
              <file path="../log/server.log" />
         </log>
         <transaction-config timeout="30000" />
         <global-application name="default" path="application.xml" />
         <application name="nalluri" path="../applications/trainiumear.ear" auto-start="true" />
         <global-web-app-config path="global-web-application.xml" />
         <web-site path="./default-web-site.xml" />
         <cluster id="-1640090707" />
    </application-server>
    default-web-site.xml:-
    <?xml version="1.0"?>
    <!DOCTYPE web-site PUBLIC "Orion Web-site" "http://xmlns.oracle.com/ias/dtds/web-site.dtd">
    <web-site port="8888" display-name="Default Oracle9iAS Containers for J2EE Web Site">
         <default-web-app application="nalluri" name="Commonwar" />
         <access-log path="../log/default-web-access.log" />
    </web-site>
    thanks in advance
    wating for reply
    srinivas

  • Printing presets are not loaded correctly

    Dear community,
    i have the following problems using different printers (Canon MG5200, Epson Workforce WF3620, etc.):
    I saved about 10 own printing presets and when I check on them under "Show presets" they are totally correct. But when I want to use them in a following print job and select them in the drop-down list "Presets" they are not correctly loaded. E.g. "Paper Size" and "Pages" are alternated to thesetting saved in the preset but e.g. the "Duplex Printing" checkbox or the "Print Quality" drop-down list are just left on the setting they were on before.
    Anyone knows that problem and can help me?
    Thanks for your help.
    Greetings,
    Fares from Munich

    Sorry for the delay in responding.
    I was having trouble with presets, too, on my Epson printer/scanner, which is an old machine and the newer driver software does not give the same print setting options that came originally. So I decided to start from scratch. First I used the Epson uninstaller to remove the printer software. Next, reset the print system, then  connected directly to the printer via USB. Ignored the initial offer to download driver software. In the printer panel in System Preferences, clicked + to add the printer. Then the printer was set up by the system. Still connected directly, I made the presets. Make sure to check the box for "All printers" for your presets. These presets should work when you connect your printer on the network instead of USB.

  • I Paid for PDF Export and the files are not converting correctly

    I purchased PDF Export to take a PDF file and convert it to a text file so I could import it into excel, when doing so I get a bunch of extra symbles plus the numbers that i'm trying to convert are not complete.

    Could you try disabling the 'Recognize text' function and convert the file again?
    Let us know how it goes!
    -David

  • Some pictures are not loading correctly. If I 'right click' and go to 'view image' it opens it on a new page and then when I go back one page it appears. Can you advise what the problem is?

    On several sites pictures do not load properly and there is just a black where the photo should appear.

    Had a problem to start with and then re-loaded Firefox version 9 and restarted the computer. So far all seems to be now working correctly.

  • EJB deployment problem --New remote interface class files are not loaded

    Hi, I face a problem while deploying an ear file in oc4j. I basically get some problems like the method in the remote interface is not implemented in the EJB class. But the implementation is actually available in the EJB class.
    We get this problem when we actually change the signature of the EJB remote methods. The new methods are not referenced by oc4j. Only the old version of remote interface is referenced by oc4j. But the latest version of EJB class is taken. I am using 9.0.3 version of the oc4j. Could you pls help me regarding this problem ?
    Regards
    Solomon

    I have found the solution :-)
    You must add to the ejbCreate() method of the bean class throws javax.ejb.CreateException

  • Java script and css files are not loaded

    I am using 9iAS 1.0.2.2.2a on Windows Server Family 2000. My web application is using bc4j and developed in JDeveloper 3.2. I am also using Apache and web cache and caching js and css files.
    Problem is some times it does not load js files but load css files.
    Some times loads css files but does not load js files.
    Some times does not load js and css files.
    & some times loads both types of files.
    How to control this problem.
    Tahir Pervaiz.

    I'm fairly certain this issue represents a bug in IE 11. The same problem(s) do not occur in IE 9 or IE 10. The same problems occur on unrelated websites accessed from separate machines. Doing a force-refresh (Ctrl+F5) always fixes the issue.
    I took your advice about opening the console to look for error messages during page load. When loading normally (i.e. not doing a force-refresh), the console shows the following:
    HTML1300: Navigation occurred.
    File: TimeEntry
    DOM7011: The code on this page disabled back and forward caching. For more information, see: http://go.microsoft.com/fwlink/?LinkID=291337
    File: Dashboard
    SCRIPT70: Permission denied
    File: modernizr-2.5.3.js, Line: 468, Column: 9
    SCRIPT70: Permission denied
    File: jquery-ui-1.10.0.js, Line: 252, Column: 1
    SCRIPT70: Permission denied
    File: knockout-2.2.1.js, Line: 48, Column: 5
    SCRIPT5007: Unable to get property 'extend' of undefined or null reference
    File: knockout.validation.js, Line: 30, Column: 5
    When loading the page via a force-refresh, only the 'Navigation occurred.' message is displayed. It does not make sense that IE would apply a more restrictive security policy to scripts loaded from cache vs. scripts loaded directly from their original location,
    yet that appears to be what is happening.
    Post questions about html, css and scripting for website development to the IE Web Development forum.....WITH A LINK TO YOUR WEBSITE OR A MASHUP THAT SHOWS THE ISSUE...
    looks like you have a sandboxed iframe on your page.
    the first step in troubleshooting IE issues is to test in noAddons mode.
    Rob^_^

  • .ear files are not deployed correctly under multi instances environment

    We have 1 CI and 3DI.
    In one server there are 1 CI and 1DI.
    and in the other 2 servers there is 1 DI each.
    I developed a program with Webdynpro Java and deployed correctly.
    But after that I could run the application in only the specific server.
    For example I could run the applicaion in A,B server but not C server.
    What's the problem?

    Thanks for the reply.
    I know it'll be solved after restart.
    But it's not easy to restart DI during working hour.
    Isn't there any other way to solve this problem?

  • I am using Beta8 and photos are not loading correctly on Facebook, Meetup and my website on Weebly. .

    When you click on photos in Facebook albums- they are black. I can reload a page and they appear. Same for Member -photos on my Meetup hiking page. Also- Weebly website service: some of the photos in my portfolio are black. You can click on them and they will load ok.
    Besides this- A-Ok.

    This is what i Found. There are dead spots all over the iPad Screen. If your buttons are in certain spots at certain times they will not work. if you center them and space them handsomely next to each other you will see that they work perfectly. it only took me 8 hours to figure this out. I am surprised nobody else caught this.
    drotar
    http://www.drotardesign.com

  • Websites Such as Google, Kongregate, Facebook, and Ebay are not loading correctly, they Load as if it were a layout for an older mobile internet browser.

    I recently Did a windows update to install Internet explorer 9. When my Computer Restarted, I opened Mozilla, because it is my preferred Browser, and pages such as the ones stated above started loading with just text with no layout. I cleared the cache, reverted to defaults, and nothing seemed to work, if anything, i just want the pages to load, because i don't want to change my browser preference.

    Can you attach a [http://en.wikipedia.org/wiki/Screenshot screenshot]?
    Use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).
    Some websites may not recognize the new layout of the Firefox user agent and interpret as being a mobile device. In the past there used to be more info present in the UA
    * Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0) Gecko/20100101 Firefox/4.0
    * Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Firefox/3.6.15
    Reload a web page and bypass the cache with:
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)

Maybe you are looking for

  • Is there any way to identify the particular socket connection is closed ?

    Is there any way to identify the particular socket connection is closed or not ? Any methods ??? How can the program knows the connection is lost or some thing ... Is the socket throws some excpetions when there is no active connection ??? namanc

  • Safari keeps crashing on startup

    Okay.. I have kind of a problem with Safari: It keeps crashing on startup. I had Safari 4 Beta installed which worked perfect until about a month ago, it started crashing more often until a few hours ago. It started crashing on startup. So I went bac

  • Want to connect internet mobile to another via blu...

    Hellow fellows:                      Can any one tell me how i connect my other mobile phones of nokia with my 5530 Xm for internet via bluetooth i am using internet in 5530 via wifi plz tell me any application or any thing?? 

  • Green scan lines on some of my photos...

    So i was out hiking and took some selfies.  And some of my photos from my front facing camera has green scan lines on it.  It looks like an effect almost.  But only on some of the photos does it have this on there.  I have no other camera or photo ed

  • Issue w/Wiped Text Messages?

    I'm trying to find out if anyone else has had part of their text messages wiped from their Blackberry? Back in August '12, I noticed that I wasn't able to access text messages that were before a specific day in August.  I chalked it up to a bug or a