Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minWidth: 243px or above breaks everything #48

Open
MetaHeavies opened this issue Aug 15, 2014 · 3 comments
Open

minWidth: 243px or above breaks everything #48

MetaHeavies opened this issue Aug 15, 2014 · 3 comments

Comments

@MetaHeavies
Copy link

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
Copy link
Author

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
Copy link
Author

Aaaand... That breaks responsive columns...

@testuserlove
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants