AshesOfOwls / jquery.shapeshift

A dynamic grid system with drag and drop functionality.
http://ashesofowls.github.com/jquery.shapeshift/
MIT License
1.67k stars 311 forks source link

Inconsistent Gutter Behavior when doing re-size if children width in is % #69

Closed way2nikhil closed 11 years ago

way2nikhil commented 11 years ago

Hi I am facing an issue .Can you check the following jsbin

http://jsbin.com/irePufI/7

Please observe when the browser is re sized(less size,more size) the gutter space between childs (increase ,decrease) respectively even though it is 0 and was looking fine before resize.

Second observation : If i refresh the page in resized browser , the gutterx is restored.

I tried with both enableResize:false also, but same behaviour.

Can you help if it can be resolved.

AshesOfOwls commented 11 years ago

At this time Shapeshift doesn't support percentage width children, but that will change in 3.0 once I can get it out the door.