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

'moveTo' is null or not an object (IE) #31

Closed
richardwiggins opened this issue Aug 23, 2011 · 7 comments
Closed

'moveTo' is null or not an object (IE) #31

richardwiggins opened this issue Aug 23, 2011 · 7 comments

Comments

@richardwiggins
Copy link

Hi Matt,

Sorry to be a pain, but in IE8 (haven't tested other IE versions yet) when I click to navigate through the slides, IE throws up a JS error (below). Any ideas?

Message: 'moveTo' is null or not an object
Line: 231
Char: 5
Code: 0

Cheers, Richard

@Wilto
Copy link
Owner

Wilto commented Aug 23, 2011

No worries, man! This has, I believe, been patched-up. I was using move as the event name, which it turns out is used by jQuery’s animate method—meaning IE was firing the move event multiple times, without a moveTo value. Have a look at the latest and let me know if we’re good to go!

@richardwiggins
Copy link
Author

Howdy, I thought I was already running the latest JS but just downloaded to to make sure. Unfortunately it's still there.

@Wilto
Copy link
Owner

Wilto commented Aug 23, 2011

You might have to give your cache a clear—IE can be really stubborn about that.

@richardwiggins
Copy link
Author

Nope, it's still there unfortunately. Tried on a different machine to make sure.

@Wilto
Copy link
Owner

Wilto commented Aug 23, 2011

Shenanigans. Alright sir, had to be sure—I’ll check it out ASAP!

@richardwiggins
Copy link
Author

No problemo and no rush from my pov, this site is a very very long way off from going live.

@Wilto
Copy link
Owner

Wilto commented Sep 10, 2011

if( moveTo == null || otherwiseNotFixed ) { hat.eat(); }

Have a look at the latest on master, and we should be good to go.

@Wilto Wilto closed this as completed Sep 11, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants