cdotyone / mochaui

development tree for MochaUI
http://mochaui.org/demo/
Other
290 stars 83 forks source link

Setting panel size causes them to end up at 0 height #116

Open ghost opened 13 years ago

ghost commented 13 years ago

When setting up a MochaUI layout and setting all panels to be displayed with height the panels end up with a height of 0. This can be easily demonstrated by setting 'isCollapsed: false' on line 117 of 'demo-application.js'.

I've been trying to find a fix myself without too much luck so hoping someone may be able to help out. I've narrowed the issue down to column.js line 557, it seems to work out the remaining space incorrectly and end up setting the space to 0 but I have yet to figure out exactly why as I'm new to mootools and still getting to grips with it.

cdotyone commented 13 years ago

I have confirmed this to be still happening. I will try to provide patch in the next week. I am trying to pick low hanging fruit first. -Chris

oliverw commented 13 years ago

Any ETA on a fix for this?