Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timob-16485: fix layout issue for horizontal scrollview #5601

Merged
merged 4 commits into from Apr 17, 2014

Conversation

hieupham007
Copy link
Contributor

Testing steps in JIRA

@vishalduggal
Copy link
Contributor

Code Reviewed. ACCEPTED

@@ -456,6 +457,7 @@ public void processProperties(KrollDict d)

int type = TYPE_VERTICAL;
boolean deduced = false;
boolean autoContentWidth = false;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be initialized as
boolean autoContentWidth = (getContentProperty(TiC.PROPERTY_CONTENT_WIDTH) == AUTO);

@vishalduggal
Copy link
Contributor

Code Reviewed. ACCEPTED

@vishalduggal
Copy link
Contributor

Test cases in the ticket passed. Scrollview still has layout issues which are not part of this ticket. Merging

vishalduggal added a commit that referenced this pull request Apr 17, 2014
timob-16485: fix layout issue for horizontal scrollview
@vishalduggal vishalduggal merged commit 1b9b7f9 into tidev:master Apr 17, 2014
farfromrefug pushed a commit to Akylas/titanium_mobile that referenced this pull request Aug 15, 2014
timob-16485: fix layout issue for horizontal scrollview
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants