In the calendar5.js calendar control, click the scroll bar on the right under IE8 to report an error.

Source: Internet
Author: User

Recently, calendar5 has been widely used in projects.JS calendar control, which works normally in IE6, IE7, chrome, and ff. However, in IE8, a script error prompt will pop up when you click the scroll bar on the right:"The object does not support this attribute or method",OnlineThe solution is fruitless.
In the end, I am not familiar with JS programming and rewrite the calendar5.js through debugging.The459 rows(Slightly different source files).
OriginalCode:

 
// Drag the calendar to start function dragstart (EVT) {EVT = EVT | window. event; VaR _ target = evt.tar GET | EVT. srcelement; If (_ target. getattribute ("author") = "alin_bar") {dragobj = getobjbyid ("calendar"); mouseoffset = getmouseoffset (dragobj, EVT );}}

Improved code:

 
Function dragstart (EVT) {EVT = EVT | window. event; VaR _ target = evt.tar GET | EVT. srcelement; If (_ target. nodename! = Undefined) & _ target. getattribute ("author") = "alin_bar") {dragobj = getobjbyid ("calendar"); mouseoffset = getmouseoffset (dragobj, EVT );}}

This article provides reference to colleagues who are not familiar with JS programming but are troubled by this problem.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.