[TIMOB-6731] MobileWeb: minHeight on window is getting set to the sum of the height of all child views
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-12-20T14:22:44.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Sprint 2011-51, Release 2.0.0, Release 1.8.1 |
Components | MobileWeb |
Labels | merge-1.9.0 |
Reporter | Anthony Decena |
Assignee | Chris Barber |
Created | 2011-12-16T15:47:41.000+0000 |
Updated | 2017-03-03T23:19:00.000+0000 |
Description
When adding child views to a window, the setMinHeight() method in window.js is setting the windows minHeight to the sum of all the child views, which results in content being pushed beyond the height of the screen.
setMinHeight() can be found on line 143 of window.js
Pull request: https://github.com/cb1kenobi/titanium_mobile/pull/17
Merged in to cb1kenobi's repo until 1.8->1.9 transition is stable in appcelerator repo.
Closing ticket as MobileWeb is no longer supported.