Skip to main content

Bug Tracker

Side navigation

#13604 closed bug (notabug)

Opened March 13, 2013 05:00AM UTC

Closed March 13, 2013 05:18PM UTC

Last modified October 16, 2013 07:30PM UTC

Unable to get value of the property 'call': object is null or undefined in query.validate.js file in IE9

Reported by: vkishore12345@gmail.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.9.1
Keywords: Cc:
Blocked by: Blocking:
Description

I am getting an unhandled exception in Internet Explorer 9

PFB the error description

Unhandled exception at line 1234, column 5 in http://localhost:11762/Scripts/jquery.validate.js

0x800a138f - Microsoft JScript runtime error: Unable to get value of the property 'call': object is null or undefined

function handler(e) {

e = $.event.fix(e);

e.type = fix;

return $.event.handle.call(this, e);--This line is throwing exception

}

Thanks in Advance

Attachments (0)
Change History (5)

Changed March 13, 2013 05:18PM UTC by dmethvin comment:1

resolution: → notabug
status: newclosed

Please ask for help on a forum, since you're reporting a problem with the plugin and not jQuery core.

Changed June 29, 2013 11:19PM UTC by anonymous comment:2

Replying to [comment:1 dmethvin]:

Please ask for help on a forum, since you're reporting a problem with the plugin and not jQuery core.

wt do u mean set to nothing?

Changed August 01, 2013 10:31PM UTC by steve@shift4.com comment:3

I'm running into the same problem. While it might not be a bug, what is the solution?

Changed August 16, 2013 06:59AM UTC by anonymous comment:4

I found if i remove the jquery 2.0 and use back jquery 1.8.4 then it won't show this problem

Changed October 16, 2013 07:30PM UTC by anonymous comment:5

I found using the non-minified version removed the error.