caplin / boxxer

Javascript layout manager
MIT License
2 stars 1 forks source link

Serializer doesn't store dimension properly #13

Open gillescochez opened 11 years ago

gillescochez commented 11 years ago

Width and height "weight" get stored as pixels.

benqus commented 11 years ago

That is because the Serializer does not yet know about the Dimension redesign. Will do.

benqus commented 11 years ago

This issue has been fixed by implementing serialization of Dimension instances and refactoring the existing serialization logic.

gillescochez commented 11 years ago

It still doesn't on last tried when I saved a layout in store weight as pixels value again :/