glide icon indicating copy to clipboard operation
glide copied to clipboard

Release fix for endless loop when slider is empty

Open jjeising opened this issue 5 years ago • 2 comments

While #232 was fixed in clones.js#L25 again with #355 on Jul 22, 2019 the fix is not included in dist/ in the latest release (3.4.1) from Sep 23, 2019:

/*!
 * Glide.js v3.4.1
[…]
*/
[…]
    collect: function collect() {
[…]
      var end = slides.slice(-part);

      for (var r = 0; r < Math.max(1, Math.floor(perView / slides.length)); r++) {

Could you please create a new release with the fix included?

jjeising avatar Mar 29 '20 23:03 jjeising

This is VERY much needed. The freeze does not happen all the time, but it happens, and when it happens, Chrome is totally unresponsive. Is Glide.js still being maintained?

simplenotezy avatar Apr 14 '21 10:04 simplenotezy

@jedrzejchalubek Do you need helpers who could maintain this repo?

simplenotezy avatar Apr 14 '21 10:04 simplenotezy