• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

jQuery Scrolling problem

Guest
Oct 09, 2012 Oct 09, 2012

Copy link to clipboard

Copied

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

Views

589

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Oct 10, 2012 Oct 10, 2012

Copy link to clipboard

Copied

LATEST

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation