[TIMOB-814] Android: Twitter status doesn't display properly.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:54:19.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.3.0 |
Components | Android |
Labels | android, defect |
Reporter | Don Thorp |
Assignee | Marshall Culpepper |
Created | 2011-04-15T02:37:03.000+0000 |
Updated | 2011-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.
(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...