Columnizer-jQuery-Plugin icon indicating copy to clipboard operation
Columnizer-jQuery-Plugin copied to clipboard

Infinite loop during append-from-destroyable operation using jQuery 1.10

Open borkweb opened this issue 11 years ago • 2 comments

When running jQuery v1.10.0, the loop in columnizeIt() that appends content from $destroyable into $col never reduces $destroyable.contents().length to 0 — resulting in an infinite loop.

borkweb avatar May 30 '13 17:05 borkweb

Just an FYI, this is also happening with newer versions of jQuery (tested up to v2.0.2). Your pull request solves the issue as well on all of them :+1:

ravenlp avatar May 31 '13 03:05 ravenlp

Good stuff, thanks!

kipusoep avatar Oct 26 '17 07:10 kipusoep