1 Reply Latest reply: Oct 10, 2012 4:47 PM by Aegis Kleais RSS

    jQuery Scrolling problem

    Phinehas1234 Community Member

      Hi all,

       

      I'm using jQuery to enable the datepicker function. However, I find some problems when I scroll down the window in IE8.

       

      When I scroll down in IE8 and click the datepicker icon, the datepicker calender cannot shown in correct position. It seems it cannot get the scrollTop value correctly. But if I test it in Chrome, it is nice.

       

      How can I update the jQuery to support scroll down in IE?

       

      My jQuery is from http://jqueryui.com/datepicker/#dropdown-month-year

        • 1. Re: jQuery Scrolling problem
          Aegis Kleais Community Member

          I'm not sure how this is ColdFusion related, but IE8 is a horrible browser.

           

          You might want to look into HTML5 shivs that help IE8's poor DOM comprehend technologies like jQuery in a more uniform and standardized method.  Because browsers can interpret code in a different way (traditionally, IE has been horrible at this), these shivs can work to ensure that old tech (like IE8) are better able to consume new tech.