germanysbestkeptsecret / Wookmark-jQuery

A jQuery plugin to create a dynamic, multi-column layout.
MIT License
2.64k stars 759 forks source link

Height property changes on click #99

Closed nicovanzyl closed 11 years ago

nicovanzyl commented 11 years ago

Don't know if it's a known bug with a fix, when you click anywhere on the page the height property changes on blocks (it looks like it only changes height of element/block below the one clicked). Anyone have a solution or the reason behind the weird behaviour?

Sebobo commented 11 years ago

Hi,

you still have the demo code from the main example? It changes the blocks height on click to show how the relayout works.

Regards

nicovanzyl commented 11 years ago

Thanks for the prompt reply, I'm using the js file from the github repo in the main directory. Don't see a dist version?

Sebobo commented 11 years ago

Please post your initialization code and options. The wookmark plugin itself has no click handler so it must be something else.

nicovanzyl commented 11 years ago

Ah damn facepalm moment, I still had unnecessary initialization code from example, thanks alot for the help! :+1: