emberjs-addons / sproutcore-ui

(Ember Only) A library for building rich, complex user-interfaces on top of Ember
www.sproutcoreui.com
115 stars 3 forks source link

Layout Mixin does not correctly vertically align #12

Open rsaccon opened 13 years ago

rsaccon commented 13 years ago

see http://jsfiddle.net/rsaccon/kbKsW/2/

documentation/example at packages/sproutcore-ui/lib/mixins/layout_support.js is also wrong

Also it is not clear to me whether the Containerview should have the Layout-Mixin, if yes, it results in a Runtime error, if not, the wrong vertical alignment as described above happen.

jtaby commented 13 years ago

Looks like the issue is that jquery isn't appending "px" to the styles. will investigate.