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