Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7844] MobileWeb: Tab content height is not being calculated correctly

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionDuplicate
Resolution Date2012-03-05T09:49:07.000+0000
Affected Version/sRelease 2.0.0
Fix Version/sn/a
ComponentsMobileWeb
Labelsn/a
ReporterBryan Hughes
AssigneeChris Barber
Created2012-02-28T13:49:15.000+0000
Updated2014-01-28T23:44:49.000+0000

Description

The content area of a tabbed application is being calculated as 100% of the screen height in some cases, which means it extends below the screen. The following example illustrates this bug because you cannot see the rounded corners at the bottom of the view. win.add(Ti.UI.createView({ left: 0, right: 0, top: 0, bottom: 0, backgroundColor: "blue", borderWidth: 10, borderRadius: 10, borderColor: "green" }));

Comments

  1. Bryan Hughes 2012-03-05

    Fixed in TIMOB-7856

JSON Source