Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with mousewheel #37

Closed
danieltome opened this issue May 13, 2011 · 6 comments
Closed

Bug with mousewheel #37

danieltome opened this issue May 13, 2011 · 6 comments

Comments

@danieltome
Copy link
Collaborator

Using jquery 1.6.1, mousewheel from: https://github.com/brandonaaron/jquery-mousewheel
and latest jquery reel.
When performing a wheel event on the image, it tries to load 'undefined' images and it just loops trying to load an infinite number of undefined urls..

@pisi
Copy link
Owner

pisi commented May 13, 2011

Hey Daniel,

not sure where's the problem. Reel 1.1.3 (latest) works just fine with jQuery 1.6.1 (just confirmed) and allthough I'm using (and bundling) version 3.0.2 of Brandon's plugin it should still work (also his latest 3.0.4 works without a glitch).

Try to run the test/index.html in the downloaded zip file - failures in these indicate problem in Reel. Also test/sampler.html has many test samples for you to try out. Both of these run latest Reel against latest jQuery with 3.0.2 version of mousewheel plugin.

But, based on all those undefineds, I suspect something is wrong in your setup maybe. Being more specific about your setup and environment would help.

.pisi

@danieltome
Copy link
Collaborator Author

Hi pisi,

I uploaded my test here: http://danieltome.com/tests/reel/
I think it might be because I am not using a sprite, but an images array.
I will debug it to see what's causing this.

cheers,

@danieltome
Copy link
Collaborator Author

Sorry.. my bad.. I had the wrong jquery.weheel version.
This is works as expected!

@pisi
Copy link
Owner

pisi commented May 17, 2011

No problem, Daniel. Glad to see, that you got it right finally.
Btw, what version number of the mousewheel plugin was it?

@danieltome
Copy link
Collaborator Author

It wasn't that plugin. I managed to download a different mousewheel plugin. That was my mistake sorry.

@pisi
Copy link
Owner

pisi commented May 19, 2011

Ah, I see. Good then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants