Side navigation
#8284 closed bug (invalid)
Opened February 15, 2011 03:43PM UTC
Closed February 15, 2011 04:10PM UTC
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.elem.style[ fx.prop ] = (fx.prop === "width" || fx.prop === "height" ? Math.max(0, fx.now) : fx.now) + fx.unit;
It throw the error, "Invalid Argument" .
Attachments (0)
Change History (1)
Changed February 15, 2011 04:10PM UTC by comment:1
component: | unfiled → effects |
---|---|
priority: | undecided → low |
resolution: | → invalid |
status: | new → closed |
The big red box on the "New Ticket" page rather clearly states:
>For all other jQuery plugins:
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.