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-17045: Fix 'html' and 'text' properties for label in ListView #5743

Merged
merged 3 commits into from Jun 5, 2014

Conversation

hieupham007
Copy link
Contributor

Testing steps in JIRA.

} else if (d.containsKey(TiC.PROPERTY_TEXT)) {
tv.setText(TiConvert.toString(d,TiC.PROPERTY_TEXT));
} else if (d.containsKey(TiC.PROPERTY_TITLE)) { //TODO this may not need to be supported.
Copy link
Contributor

Choose a reason for hiding this comment

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

Removing this will break base table view rows (no children) where the text is set via the title property

@vishalduggal
Copy link
Contributor

Code Reviewed. Please address comments

@vishalduggal
Copy link
Contributor

CR + FR ok. APPROVED

vishalduggal added a commit that referenced this pull request Jun 5, 2014
timob-17045: Fix 'html' and 'text' properties for label in ListView
@vishalduggal vishalduggal merged commit 4bf3043 into tidev:master Jun 5, 2014
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