Bug found in jQuery - evaluating variable values in certain circumstances

Bug found in jQuery - evaluating variable values in certain circumstances

Ok, I think this might be a genuine bug. I wrote a function that iterates through pictures on a page and fades them up, and then back down to .2 opacity. The very first image does not fade back down. There seems to be a problem evaluating the value of the counter variable on the first time through the loop.

I replaced the variable with a switch statement and it works fine, which indicates to me that this is actually a jQuery problem.

Please see this page for an example: http://meadpoint.net/gallery

To download the files and try for yourself, you can get the files here: http://meadpoint.net/downloads/jQueryGallery.zip

I am curious to see what others can tell me about this problem.

-Bill