Ticket #6607 (closed bug: invalid)
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: | ||
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

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.