Skip to main content

Bug Tracker

Side navigation

#7920 closed bug (invalid)

Opened January 07, 2011 02:13PM UTC

Closed January 07, 2011 02:32PM UTC

Last modified March 01, 2011 03:39AM UTC

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

Reported by: duncanlauder@gmail.com 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

Attachments (0)
Change History (2)

Changed January 07, 2011 02:32PM UTC by jitter comment:1

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.

Changed March 01, 2011 03:39AM UTC by anonymous comment:2

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