[TIMOB-10860] Android: ScrollView not scrolling anymore with horizontal layout
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-09-14T16:23:26.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 2.1.3, Release 3.0.0, Sprint 2012-19 Core, 2012 Sprint 19 |
Components | Android |
Labels | core, layout, module_scrollview, qe-testadded, regression |
Reporter | Etienne Champetier |
Assignee | Allen Yeung |
Created | 2012-09-04T06:49:52.000+0000 |
Updated | 2012-10-26T22:33:00.000+0000 |
In TiUIView.java we never reached setEnableHorizontalWrap because "nativeView instanceof TiCompositeLayout" is always false it's nativeView.layout which is a TiCompositeLayout (in the case of TiUIScrollView.java at least)
PR ready: https://github.com/appcelerator/titanium_mobile/pull/2918
closing.Verified with Titanium Studio:2.1.3.201209101847 Titanium SDK: 3.0.0.v20120912190520
Backport PR https://github.com/appcelerator/titanium_mobile/pull/2962
Reopening to add merge labels
Verified on: Titanium Studio: 2.1.2.201208301612 Titanium SDK: 2.1.3.v20120915120319 Android Device: Samsung Note (v.2.3.6), Galaxy Nexus (4.0.2)