Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#7920 closed bug (invalid)

jquery.qtip-1.0.0-rc3.js missing i declaration

Reported by: duncanlauder@… Owned by:
Priority: undecided Milestone: 1.next
Component: unfiled Version: 1.4.4
Keywords: Cc:
Blocked by: Blocking:

Description

in jquery.qtip-1.0.0-rc3.js (and jquery.qtip-1.0.0-rc3.min.js) line 1896 for(i = 0; i < $.fn.qtip.interfaces.length; i++)

this throws an exception because i had not been declared - and if it is declared at the top of the function (matching the declare style for the rest of the file), this fixes it

adjustTimer = setTimeout(function() { var i;

With Regards

Duncan

Change History (2)

comment:1 Changed 12 years ago by jitter

Resolution: invalid
Status: newclosed

The big red box on the "New Ticket" page rather clearly states:

For all other jQuery plugins:

This is NOT the correct form! Please use the Plugins site to report your bug to its author.

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. You can also try posting to the correct subforum in the jQuery Forum and maybe get support from other users of the plugin.

comment:2 Changed 12 years ago by anonymous

我们希望这个问题尽快得到解决。。

Note: See TracTickets for help on using tickets.