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

shakiness in IE 8/9 but using latest version #53

Open
earthjibber opened this issue Jul 23, 2013 · 7 comments
Open

shakiness in IE 8/9 but using latest version #53

earthjibber opened this issue Jul 23, 2013 · 7 comments

Comments

@earthjibber
Copy link

Hi

I am using 0.6.2 and I am still getting the shakiness when scrolling in IE8 and 9. it's definitely working great on webkit and firefox but not IE of course. Any ideas how I can fix it?

@designmatty
Copy link

having the same problem. Hoping to see a fix soon

@markdalgleish
Copy link
Owner

Do you have an example I can look at?

@earthjibber
Copy link
Author

H
ey, sorry for the late reply

Here is the site I have built using stellar.js.

http://diningataltitude.com/

Here is a list of browsers I've tested it in:
Webkit (Chrome/Safari - mac) - works great
Firefox (mac) - shakiness occurs when scrolling but not too bad
Firefox (windows 7 & windows xp) - works great
Chrome (windows xp & windows 7) - shakiness occurs when scrolling
IE7 - 9 - Disabled it entirely

On Mon, Jul 29, 2013 at 12:56 AM, Mark Dalgleish
notifications@github.comwrote:

Do you have an example I can look at?


Reply to this email directly or view it on GitHubhttps://github.com//issues/53#issuecomment-21702340
.

@milo-
Copy link

milo- commented Jan 16, 2014

Hi EarthJibber,

I've also been experiencing this issue with jittery scrolling and managed to find a solution (I've tested it on your page and it works great too).

Just add this line to your JS:
$('body').on('mousewheel', $.noop);

Not entirely sure why/how this fixes the issue though but it works in both Firefox and Chrome. This fix was found based on 1 of our pages scrolling smoothly and we narrowed it down to a mousewheel event in sly.js (https://github.com/darsain/sly).

@earthjibber
Copy link
Author

Thanks Milo!

This is great news! Where exactly should I add that snippet of code? I just tried it in my scipt.js file within document.ready and it doesn't seem to have fixed it. Is there a specific place I should be adding it?

@milo-
Copy link

milo- commented Jan 17, 2014

I've just tested it by running it via the console (Chrome v32) on your site and it stops the images jumping on scroll, so I'd put it after stellar is initialized. I just tested this fix in IE11 with our site however and it doesn't resolve the jumping there, so not as full proof a fix as originally though.

@glllek
Copy link

glllek commented Mar 9, 2015

Hi. Is smt change in shaking on IE? (11 particullary)? As milo says, one new line to JS dont correct this on IE11. It's problem with mouse scrolling, when scroll is by menu click, all works well.

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

5 participants