Side navigation
#10238 closed bug (invalid)
Opened September 09, 2011 04:04PM UTC
Closed September 24, 2011 08:08AM UTC
Error Report from IE8 for line 8544
Reported by: | raphievila@gmail.com | Owned by: | raphievila@gmail.com |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | effects | Version: | 1.6.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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.
Attachments (0)
Change History (2)
Changed September 09, 2011 04:39PM UTC by comment:1
component: | unfiled → effects |
---|---|
owner: | → raphievila@gmail.com |
priority: | undecided → low |
status: | new → pending |
Changed September 24, 2011 08:08AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | pending → closed |
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!
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.