Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-10826] Android: View doesn't move to the next label in horizontal scrollView

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionDuplicate
Resolution Date2012-09-12T11:05:11.000+0000
Affected Version/sRelease 2.1.2
Fix Version/sRelease 3.0.0
ComponentsAndroid
LabelsRegression, api, module_views, qe-testadded
ReporterNikhil Sharma
AssigneePing Wang
Created2012-09-10T12:46:39.000+0000
Updated2013-10-03T06:39:55.000+0000

Description

On the click of right arrow, the view should move to the next label in horizontal scrollView. It works fine in Ti SDK 2.1.1.GA.

Repo Steps

1. Add the app.js and images files to your project. 2. Run the application. 3. Click on the right arrow and you can see it doesn't scroll. The view doesn't move to the next label.

Attachments

FileDateSize
app.js2012-09-10T12:46:39.000+00003565
images.zip2012-09-10T12:46:39.000+00009127

Comments

  1. Ping Wang 2012-09-12

    If "layout:'horizontal'" is set, the content will wrap by default. In this case, we have to use "horizontalWrap: false" in order to scroll the view. Right now there is an issue on the property "horizontalWrap" in scrollView (TIMOB-10860) and we already have had a [PR](https://github.com/appcelerator/titanium_mobile/pull/2918) for it. Once the PR is merged, the scrollView can scroll by setting "horizontalWrap: false".
  2. Eric Merriman 2013-01-10

    Nikhil, Do you have time to check if this issue has been resolved by the Checkin for TIMOB-10860?
  3. Shyam Bhadauria 2013-01-13

    Verified with the following environment: Titanium SDK:3.0.1.v20130111165328 Titanium  Studio:3.0.1.201212181159 Device: LG-P970 Android 2.2.2

JSON Source