While scrolling IE 11 doesn't update (on time) the position of an element inside the viewport

Hi,
It's essential to check the following jsFiddle demo http://jsfiddle.net/rbtbar/1dudpeox/ to see the issue.
If you scroll the viewport, the position of the fixed element is not immediately updated, which makes a bad impression to the users. It happens only in IE. Neither Chrome nor FF got this problem.
Regards,
Robert

Hello rbtbar,
There are many web designs which don't support several web browsers. Maybe they have used un-supported script for making their web design which don't supports IE. Otherwise, if it is not, then your problem must get fixed if you reset IE settings.
I searched alot and found some links:
Link: https://github.com/jsfiddle/jsfiddle-issues/issues/311
Also 
Link: http://stackoverflow.com/questions/15260947/why-jsfiddle-is-not-rendering-at-all-in-ie8-and-previous-versions
So we can clearly understand it is not supporting IE currently! Which means, there is
NO fault with IE. Similarly, it may NOT work on
IE 11 too, due to their CSS. According to your description, I can just say "IE 11 is partially supported"
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

Similar Messages

  • I have a macbook pro mc700, And the scrolling lags or doesn't respond at times. What can I do to fix it?

    I have a macbook pro mc700, And the scrolling lags or doesn't respond at times. What can I do to fix it?

    There is excessive swapping of data between physical memory and virtual memory.
    That can happen for two reasons:
    You have a long-running process with a memory leak (i.e., a bug), or
    You don't have enough memory installed for your usage pattern.
    Tracking down a memory leak can be difficult, and it may come down to a process of elimination.
    In the Activity Monitor application, select All Processes from the menu in the toolbar, if not already selected. Click the heading of the  Real Mem column in the process table twice to sort the table with the highest value at the top. If you don't see that column, select
    View ▹ Columns ▹ Real Memory
    from the menu bar.
    If one process (excluding "kernel_task") is using much more memory than all the others, that could be an indication of a leak. A better indication would be a process that continually grabs more and more real memory over time without ever releasing it. Here is an example of how it's done.
    The process named "Safari Web Content" renders web pages for Safari and other applications. It uses a lot of memory and may leak if certain Safari extensions or third-party web plugins are installed. Consider it a prime suspect.
    If you don't have an obvious memory leak, your options are to install more memory (if possible) or to run fewer programs simultaneously.
    The next suggestion is only for users familiar with the shell. For a more precise, but potentially misleading, test, run the following command: 
    sudo leaks -nocontext -nostacks process | grep total
    where process is the name of a process you suspect of leaking memory. Almost every process will leak some memory; the question is how much, and especially how much the leak increases with time. I can’t be more specific. See the leaks(1) man page and the Apple developer documentation for details.

  • How to read the whole name of a music title while scrolling down a list of titles? With the new iOs7 Music App there is no more black box showing the entire name!

    How to read the whole name of a music title while scrolling down a list of titles? The old software-app had the function to click for a longer time on a titles beginning letters until a black box revealed the entire name. I miss this function especially for my classical music, because lots of pieces start with similar words. E.g.:
    "Beethoven: Variations On "Ein Mädchen Oder Weibchen", Op. 66 - Var. 1"
    "Beethoven: Variations On "Ein Mädchen Oder Weibchen", Op. 66 - Var. 2"
    Scrolling in a list of title, I can't distinguish the titles, because just the first words are shown followed by: "...".
    That's horrible!

    Or you could include a width to your body style:
    body {
    background-image: url(Logo/sky1.jpg);
    background-position: center center;
    background-attachment: fixed;
    width: 75%;}
    It might work or not depending on your other color scheme.

  • Why does the organizer update every time the program opens?

    Why does the organizer open every time the program opens?

      It normally updates if there are new images or edits which are picked up from the watch folder. The default watch folder is My Pictures+sub-folders.
     

  • First Java Web Start download doesn't update, second time does

    I'm using Java Web Start with our application. This release we upgraded to java 1.5 from 1.4. Now I have a few PCs, not all, that do not get updates the first time they launch the application. But when the launch it the second time they get the download. The jnlp didn't change between releases? Any suggestions? I'm not using lazy loads, in fact I'm using the default which should be eager.
    Thanks.

    Hi,
    I have similar situation. At the machine is installed Java 1.6 u1. Setup first version of application. After deploy second version of application and run application start update, but console show that application use old packages. At the same time main package is uploaded? I'd try to use <update check="always"?> but there are no positive result.
    At the same time then installed Java 1.6 u2, all works fine.
    Any suggestion, how it could be resolved, without Java 1.6 u2 installation?
    Thans, Kirll.

  • Help tim, XDOLoader doesn't update xdo_lobs if the template exists

    Is there something I'm doing wrong parm wise?
    java oracle.apps.xdo.oa.util.XDOLoader \
    UPLOAD \
    -DB_USERNAME apps \
    -DB_PASSWORD apps \
    -JDBC_CONNECTION sand:1535:NADV \
    -LOB_TYPE TEMPLATE_SOURCE \
    -APPS_SHORT_NAME VCA \
    -LOB_CODE VGMDQCARD \
    -LANGUAGE en \
    -TERRITORY US \
    -XDO_FILE_TYPE RTF \
    -FILE_CONTENT_TYPE 'application/rtf' \
    -FILE_NAME $VCA_TOP/xml_pub/template/VGMDQCARD.rtf \
    -NLS_LANG American_America.US7ASCII \
    Here's the message I get:
    Parameters passed to XDOLoader...
    [TERRITORY] [US]
    [FILE_NAME] [com/valspar/NADV/vca/xml_pub/template/VGMDQCARD.rtf]
    [DB_USERNAME] [apps]
    [XDO_FILE_TYPE] [RTF]
    [LOB_CODE] [VGMDQCARD]
    [NLS_LANG] [American_America.US7ASCII]
    [FILE_CONTENT_TYPE] [application/rtf]
    [JDBC_CONNECTION] [sand:1535:NADV]
    [LANGUAGE] [en]
    [DB_PASSWORD] [apps]
    [LOB_TYPE] [TEMPLATE_SOURCE]
    [UPLOAD] [UPLOAD]
    [APPS_SHORT_NAME] [VCA]
    Start uploading...
    Target file: VGMDQCARD.rtf
    Existing record found in XDO_LOBS, do nothing.: VGMDQCARD.rtf
    XDOLoader done successfully: Tue Dec 11 12:13:24 CST 2007
    In order to fix, I had to update the LOB_CODE field to have a different name and it worked...However i think the desired functionality should be to update it TEMPLATE_SOURE and TEMPLATE rows FILE_DATA fields.
    Thoughts?
    Parameters passed to XDOLoader...
    [TERRITORY] [US]
    [FILE_NAME] [com/valspar/NADV/vca/xml_pub/template/VGMDQCARD.rtf]
    [DB_USERNAME] [apps]
    [XDO_FILE_TYPE] [RTF]
    [LOB_CODE] [VGMDQCARD]
    [NLS_LANG] [American_America.US7ASCII]
    [FILE_CONTENT_TYPE] [application/rtf]
    [JDBC_CONNECTION] [sand:1535:NADV]
    [LANGUAGE] [en]
    [DB_PASSWORD] [apps]
    [LOB_TYPE] [TEMPLATE_SOURCE]
    [UPLOAD] [UPLOAD]
    [APPS_SHORT_NAME] [VCA]
    Start uploading...
    Target file: VGMDQCARD.rtf
    Creating a new record in XDO_LOBS: VGMDQCARD.rtf
    Done creating a new record in XDO_LOBS: VGMDQCARD.rtf

    scratch that, I figured it out. I need to add the CUSTOM_MODE FORCE command.

  • Mac OS X update (3/19/13) crashes my iMac.  After installing an automatic OS X update, every time I use Adobe Photoshop Elements 11 to print to my Epson R1800 printer (which worked perfectly just before the update), my entire system crashes.

    On 3/19/13 I was printing photos on my Epson R1800 printer using Adobe Photoshop Elements 11 with no problems.  I got an automatic Apple OS X software update which I installed.  Ever since, when I try to print photos my iMac crashes.  How can I unistall the OS X update?

    What you are experiencing is called a Kernel Panic and is NOT caused by the OS, they can be difficult to troubleshoot as they can be software or hardware relate. The X Labs writes and excellent article about them, in Kernel Panics. Please read it carefully. In order to troubleshoot your KP you need to post your last KP log, Apple provides instructions for doing so in How to log a kernel panic. Please follow the instructions in that article and post your complete KP report.
    As mentioned previously it is NOT caused by OS X! There are common causes, including RAM issues, outdated applications, hard disks failing etc. By posting your KP log we can look at it and determine if it's software and if it is then point  you to what is causing the issue.

  • Stop a calculated date from updating each time the form opens

    I have a calculated "read only" Date field, that populates the current date. how do I stop this from re-calculating the date once it is submitted?

    Hi Niall,
    Is there a way I can change this script (below) to populate the date field only if the form is "dirty", so it will automatically update once something is changed on the form. I just dont know what to put in the Javascript to make it update the date. I only know how to do it automatically in Form Calc
    Sample:
    var 
    MyDoc = event.target;MyDoc.dirty
    = true;app.exec("???");

  • Speedgrade 2014 crashing while scrolling timeline

    Hi there,
    I keep having issues with Speedgrade crashing randomly while scrolling timeline of videos.
    I'm using the latest version on an iMac running OSX 10.9.5
    It seems to be happening randomly, but so often it almost makes it unusable.

    Hi,
    I have the same poblem on iMac 27" late 2013 3,4 GHz i5 24 Gt 1600 MHz DDR3 NVIDIA GeForce GTX 775M. Same OSX 10.9.5.
    Scrolling timeline causes the crashes randomly. Using direct link or not doesn't seem to affect this.
    Br,
    Samuli

  • My iPad 2 will not allow me to update my apps. When I hit the update button I get a spinning circle but then it times out and doesn't update. Please help.

    My iPad 2 will not allow me to update my apps. When I hit the update button I get a spinning circle but then it times out and doesn't update. In the past when I have updated successfully, the spinning circle would show me an indicator of time left on the update. I no longer have this Indicator. The circle just spins and times out and nothing happens. I've reset the iPad in the settings menu, reset the router, logged in and out of Apple id, powered ithe iPad off and on, and tried a couple other "fixes" that I've read online. So far no luck. AAny help would be greatly appreciated. Much thanks!

    How much free space do you have? If it is low, installers may not be able to run properly.

  • How do I get the top banner to always be viewed while scrolling? (fixed header)

    How do I get the top banner to always be viewed while scrolling? (fixed header)

    Have you tried pinning the banner as an element?
    http://tv.adobe.com/watch/muse-feature-tour/muse-pin-objects-to-the-browser-window/

  • Darkened Letter box while scrolling--doesn't work in all menus

    I know that one of the latest firmware updates to the iPod included a feature that shows the letters (A, B, C) while scrolling through the list.
    It works for artists, albums, and songs, but not for all other windows. It doesn't seem to work in Notes, or other menus.
    Has anyone else noticed this? Is this intentional or is there a way for this feature to be used in all menus and sub-menus?

    I believe this feature only works when scrolling threw songs and videos (including any playlists).
    Regards--- jgurbisz
    If I helped... please mark as helpful or solved.

  • When you scroll to the bottom of the list of files in Finder, the left to right scrollbar doesn't let you click the last file and it covers the file for a while until it disappears. Is this a bug? How do I not make that happen?

    When you scroll to the bottom of the list of files in Finder, the left to right scrollbar doesn't let you click the last file and it covers the file for a while until it disappears. Is this a bug? How do I not make that happen?

    An odd workaround: click "Always" in System Preferences/General/Show scroll bars. The scroll bars will always show, but they won't cover your last file.
    See this other post: https://discussions.apple.com/message/20572471#20572471

  • Subvi display doesn't update while it's open

    I have a USB data acquisition application, I would like to put all the graphs on a subvi front panel.  When a user clicks on "Graph" button on Main Vi, the subvi should open and keep updating while it's open.  But I cannot get the subvi to update when it's open.  Attached is a program I wrote to simulate the problem I have.  The second loop in the main VI won't execute as along as the subVi is open, therefore the new data is not dequeued.  Can someone please take a look at my code and see how I can fix this problem? Thanks.
    Solved!
    Go to Solution.
    Attachments:
    MainViTest.vi ‏30 KB
    displaysubtest.vi ‏9 KB

    Here's a very primitive example that shows the main idea. Remember, you don't need to poll the queue. Just wait for the next element (forever!). The loop will stop once the queue is destroyed.
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    displaysubtestMOD.zip ‏28 KB

  • Purchased music, while authorized, doesn't update on Nano

    Maybe this is obvious, but I can't figure it out: I cannot get any of my purchased music to get onto my new 2 Gig Nano. My computer is authorized and I've never burned a CD or shared my music. When I drag the song over the Nano icon in the iTunes window, nothing happens.
    I can get any of my other, non-iTunes music to load onto the Nano, but not iTunes purchased music.
    Any ideas?
    Power Mac G5   Mac OS X (10.3.8)  

    Now, after trying again, I seem to have random success at putting Purchased music on my Nano.
    What's equally frustrating is that when I eject the Nano, my G5 freezes.
    I'm not able to update any of the software from the CD or the Apple site, because - I'm guessing - my software is up to date.
    Sorry, Craig, but I'm almost glad someone else is having these problems. I thought it was just me...

Maybe you are looking for

  • To display Total sum of a column in a table view control ?

    Hi,   I am unable to display the sum of a column in a table view control ( using HTMLB ). How should one display the sum of a column in a table view control ? Thanks in advance. Vara.

  • How to change parsing schema for REST

    Hi all, I'm trying to test the new REST Webservice feature, but this leads to an error: Using Apex 4.2.1.00.08, Listener 2.0.1.64.14.25 I set up a simple WebService (method: GET, format: JSON) which querys a table. When I try to test my webservice (u

  • Identifying "Warning! Applet window"

    Hi, I have some swing components called from awt applet( java 1.1).I have signed the jar and if the user has not imported the key it is showing me the "Warning! Applet window".Is there anyway I can identify in my code that user has not imported the k

  • Transferring CD Protected Music into iTunes or iPod

    If anyone can help I would appreciate it: For the problem, I just bought the 30 Seconds to Mars CD in store and when I went to play it on my computer to import the songs into iTunes, the CD freezes everything on my computer, you have to agree to a us

  • EPrint capable ?

    Im new to this, so forgive me if Im incorrect in asking for advice on this forum and I should be somewhere else? I have just learned of the Google Cloud Print and need to know if anyone knows if my printer would be ePrint capable? I have an HP PSC 13