Ticket #10238 (closed bug: invalid)
Error Report from IE8 for line 8544
| Reported by: | raphievila@… | Owned by: | raphievila@… |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | effects | Version: | 1.6.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I'm working in a project where I use the show, hide and delay, function from the jQuery core.
All browsers work fine, but IE freak out and this is the message it gave:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.1; chromeframe/13.0.782.220; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; MDDR; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; .NET4.0C; .NET4.0E; BO1IE8_v1;ENUS) Timestamp: Fri, 9 Sep 2011 15:57:24 UTC
Message: Invalid argument. Line: 8544 Char: 5 Code: 0 URI: http://my.localhost.dir.to/jquery/jquery.js
Pointing to jQuery.extend line:
fx.elem.style[ fx.prop ] = (fx.prop === "width" || fx.prop === "height" ? Math.max(0, fx.now) : fx.now) + fx.unit;
I'm not very knowledgeable in JavaScript and I don't see any error.
Hope it helps... either way I'm trying to get all my users to download any browser that's not IE but want you guys to know. Thanks for a great framework.
Change History
comment:1 Changed 21 months ago by timmywil
- Owner set to raphievila@…
- Priority changed from undecided to low
- Status changed from new to pending
- Component changed from unfiled to effects
comment:2 Changed 20 months ago by trac-o-bot
- Status changed from pending to closed
- Resolution set to invalid
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.
Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/ Open the link and click to "Fork" (in the top menu) to get started.