jquery-stickit icon indicating copy to clipboard operation
jquery-stickit copied to clipboard

Chrome 56 breaks refresh()

Open Shade- opened this issue 8 years ago • 2 comments

The latest update of Chrome (56, 8 feb 2017) breaks something in the plugin, making the page scroll when an animation comes to an end.

Shade- avatar Feb 11 '17 15:02 Shade-

can you give more detail?

emn178 avatar Feb 13 '17 12:02 emn178

Steps to reproduce:

  • create an element and attach Stickit onto it;
  • create an element with a CSS animation, no matter what type of animation you add;
  • execute the animation on the latter element while the other element is sticked, see the page scrolling at random bits.

I did not perform a complete debug only because I don't have much spare time. Note that this is the expected behavior (Stickit performs the same calculations in older versions of Chrome). However, the latest Chrome update might have broken some values.

Shade- avatar Feb 13 '17 13:02 Shade-