-
All replies
-
Helpful answers
-
Sep 22, 2016 7:18 AM in response to mszilardby Eric Root,Try Safari/Clear History. This will cause all your cookies to be deleted. Or you can go to Safari/Preferences/Privacy/Manage Website Data and delete all cookies except the ones for your bank, Apple, and other sites you use.
-
Sep 22, 2016 7:29 AM in response to Eric Rootby mszilard,Clearing history and deleting cookies was the first thing i did, when i noticed the stutter. Unfortunetly, it didn't help. I restarted the mac, too, still no luck.
-
Sep 26, 2016 8:04 PM in response to mszilardby Linkon1lio,I was having the same issue on after updating to Sierra. Tried everything to fix it but it was no use. Downgraded back to El Capitan. You should do the same, wait for a few more patches before updating to Sierra again.
-
Sep 26, 2016 8:09 PM in response to Linkon1lioby mszilard,I did the same thing. The new 10.12.1 beta won' t help, it seems to be affecting only imacs.
-
Sep 27, 2016 7:08 AM in response to mszilardby Eric Root,Try going to System Preferences/Accessibility/Mouse & Trackpad and then click the appropriate mouse/trackpad option button. Try slowing down the scrolling speed to see if that makes a difference.
-
Sep 27, 2016 7:19 AM in response to Eric Rootby mszilard,I tried that already. It does modify the speed os scrolling, but thr stutter remains, when the scrolling animation slows down.
-
Sep 27, 2016 8:23 AM in response to mszilardby Koshcheev,★HelpfulIt looks like a known WebKit bug. If you are a developer, and this problem affects your WEB application, there is a workaround. Place the following CSS code into your app:
body {-webkit-transform:translate3d(0,0,0);}
It changes nothing visually, but stuttering stops completely.
If you are a normal user, you'll probably have to wait until Apple fixes the bug
-
Sep 27, 2016 10:01 AM in response to Koshcheevby mszilard,The choppy scrolling only appears on iMacs (5k and 2k) not on Macbook Pros. Is this webkit bug specific to iMacs?