Side navigation
#6607 closed bug (invalid)
Opened May 28, 2010 01:23PM UTC
Closed May 29, 2010 01:45PM UTC
Error in Internet Explorer while hover a button
Reported by: | gafreax | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | unfiled | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
While hover on a button on my page in IE (and only in IE) it crash,
I use google cdn to load jquery. And I use the last version of 1.8 trunk
The error reported (If i doesn't use the minified version) is:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Fri, 28 May 2010 13:21:45 UTC
Message: Invalid argument.
Line: 4618
Char: 4
Code: 0
URI: http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.js
For testing it you can go on studioponzano.it/test/jazzclub
Attachments (0)
Change History (1)
Changed May 29, 2010 01:45PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Please use the IE8 debugger and you should be able to easily trace the problem. Your menu plugin is trying to do .width("NaNpx") which is what causes the error inside jQuery. This is not a jQuery bug.