Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-814] Android: Twitter status doesn't display properly.

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:54:19.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.3.0
ComponentsAndroid
Labelsandroid, defect
ReporterDon Thorp
AssigneeMarshall Culpepper
Created2011-04-15T02:37:03.000+0000
Updated2011-04-17T01:54:19.000+0000

Description

After fixing #729 the statusLabel in the scrollview is not displaying until you add several sets of status to it. If you put a log message in, you can see that the data is valid on the first network response.

Comments

  1. Marshall Culpepper 2011-04-15

    (from [cdefa12030b681e78fbd69a48d2b199e29487084]) we forgot to measure each child before asking for it's measured dimensions. this fixes some weirdness seen when using "auto" in contentWidth/Height and "auto" for ScrollView children. also added an android-only "scrollType" property that users can use to explicitly set the type of ScrollView this is. [#814 state:resolved] http://github.com/appcelerator/titanium_mobile/commit/cdefa12030b681e78fbd69a48d2b199e29487084"> http://github.com/appcelerator/titanium_mobile/commit/cdefa12030b68...

JSON Source