Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-6731] MobileWeb: minHeight on window is getting set to the sum of the height of all child views

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2011-12-20T14:22:44.000+0000
Affected Version/sRelease 2.0.0
Fix Version/sSprint 2011-51, Release 2.0.0, Release 1.8.1
ComponentsMobileWeb
Labelsmerge-1.9.0
ReporterAnthony Decena
AssigneeChris Barber
Created2011-12-16T15:47:41.000+0000
Updated2017-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

Comments

  1. Anthony Decena 2011-12-20

    Pull request: https://github.com/cb1kenobi/titanium_mobile/pull/17
  2. Bryan Hughes 2011-12-20

    Merged in to cb1kenobi's repo until 1.8->1.9 transition is stable in appcelerator repo.
  3. Lee Morris 2017-03-03

    Closing ticket as MobileWeb is no longer supported.

JSON Source