Nested icon indicating copy to clipboard operation
Nested copied to clipboard

minWidth: 243px or above breaks everything

Open MetaHeavies opened this issue 10 years ago • 3 comments

Have run into a really odd bug - having a minWidth greater than 242 seems to break this entirely - both in Chrome (36.0.1985.143) and Safari 7.0.6 (9537.78.2) jQuery 2.11.1.

MetaHeavies avatar Aug 15 '14 07:08 MetaHeavies

Saw a very early comment about infinite looping on narrow browsers - the fix was to add

if(this.columns === col) { this.columns++; }

just before

while (true) {

Seems to do the trick in this case as well.

MetaHeavies avatar Aug 15 '14 07:08 MetaHeavies

Aaaand... That breaks responsive columns...

MetaHeavies avatar Aug 17 '14 09:08 MetaHeavies

This works perfectly if we can manage nested container's responsive be-heavier via css media query.

testuserlove avatar Jan 16 '15 18:01 testuserlove