Skip to content

singleColumnizeIt work different of normal behavior. #215

@ghost

Description

How to reproduced:
Please, create a div with a border and then "Columnizer" a children div. You will see how when singleColumnizeIt is executed, the text it's not inside of the bordered box.

If we get the parent of col here:
https://github.com/adamwulf/Columnizer-jQuery-Plugin/blob/master/src/jquery.columnizer.js#L386

$col = $inBox.children().eq($inBox.children().length-1).parent();

Then the text is inside the box... So, probably wrong box?

Also and less important, the padding of elements change when we execute singleColumnizeIt.

https://github.com/adamwulf/Columnizer-jQuery-Plugin/blob/master/src/jquery.columnizer.js#L373

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions