Opened 12 years ago
Closed 12 years ago
#8284 closed bug (invalid)
jQuery.extend.fx on IE
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | effects | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I'm using FancyBox, and I've some problem when the page finish to load, on JQuery, on the line 6775 in JQ 1.4.4:
fx.prop === "height" ? Math.max(0, fx.now) : fx.now) + fx.unit; |
It throw the error, "Invalid Argument" .
Change History (1)
comment:1 Changed 12 years ago by
Component: | unfiled → effects |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The big red box on the "New Ticket" page rather clearly states:
This tracker you submitted your bug on is for jQuery core bugs only. Bug reports for plugins should be filed on the plugin site or directly to the respective authors of those plugins.
The jQuery bug tracker is not for support requests. Please try the #jquery irc channel on freenode or use the jQuery Forum for support requests which aren't related to jQuery core directly.