Skip to main content
October 9, 2012
Question

jQuery Scrolling problem

  • October 9, 2012
  • 1 reply
  • 641 views

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

    This topic has been closed for replies.

    1 reply

    Inspiring
    October 10, 2012

    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.