Skip to main content

Bug Tracker

Side navigation

#11104 closed bug (duplicate)

Opened December 26, 2011 11:15AM UTC

Closed December 26, 2011 01:33PM UTC

Last modified December 26, 2011 01:33PM UTC

jquery invalid argument line 7771

Reported by: llievenss@gmail.com Owned by:
Priority: low Milestone: None
Component: unfiled Version: 1.5.2
Keywords: Cc:
Blocked by: Blocking:
Description

Hi,

i Know there was already a post concerning this error number,

but yet no solution.

i have a page which uses jquery,

and in older browsers i gat javascript errors.

Message: Invalid argument.

Line: 7771

Char: 5

Code: 0

URI: http://photo.melkweb.be/javascript/jquery-1.5.js

which is:

_default: function( fx ) {
  if ( fx.elem.style && fx.elem.style[ fx.prop ] != null ) {
    fx.elem.style[ fx.prop ] = (fx.prop === "width" || fx.prop === "height" ? Math.max(0, fx.now) : fx.now) + fx.unit;
} else {
  fx.elem[ fx.prop ] = fx.now;
}

As i understand, it has something to with html5 that isnt yet fully supported in jquery? (i tried with the most recent version of jquery 1.7.1, still no success)

what is causing this error and most of al, what is the solution.

thanks for helping me out :-)

Attachments (0)
Change History (2)

Changed December 26, 2011 01:33PM UTC by addyosmani comment:1

_comment0: Thanks for submitting a ticket to the jQuery bug tracker. I *believe* this is a dupe of http://bugs.jquery.com/ticket/10982. Could you please continue posting about it in there? I'll flag the ticket up for review to try getting some further response but we do need to ensure there aren't multiple tickets open for the same issue. Thanks for understanding!1324907418118833
priority: undecidedlow
resolution: → duplicate
status: newclosed

Thanks for submitting a ticket to the jQuery bug tracker. I believe this is a dupe of http://bugs.jquery.com/ticket/10982. Could you please continue posting about it in there? I'll flag the ticket up for review to try getting some further response but we do need to ensure there aren't multiple tickets open for the same issue. Thanks for understanding!

Changed December 26, 2011 01:33PM UTC by addyosmani comment:2

Duplicate of #10982.