sapegin/jquery.mosaicflow

Responsive bug appears on resizing and not repeat after refresh

iamstarkov opened this issue · 8 comments

Hi,

I'm using your plugin and faced with strange issue. On page load and after refresh columns are fine, but on resizing columns became ugly and broken. You can see it live

On load:

On resize:

I'm using box-sizing: border-box; on .mosaicflow__column, may be this is the cause of error? (but it very helpfull css rule in my case).

It thinks that they are more columns that they should be. It’s very strange. I should debug it.

That's caused because of using jquery.width(x) instead of
jquery.css('width', x ); as I said in another issue. There's still one of
those calls in the code.
El 18/10/2013 06:36, "Artem Sapegin" notifications@github.com escribió:

It thinks that they are more columns that they should be. It’s very
strange. I should debug it.


Reply to this email directly or view it on GitHubhttps://github.com//issues/21#issuecomment-26571870
.

Here #20 (comment).
Also I made a pull request (#13) fixing this in another part of code (#13)

@clinisbut Sorry, I forgot to change it. I will.

I understand what’s the problem: I didn’t make a new release after last changes, so minified version is a bit obsolete now. I’ll make a new release today.

Done.

Thank you