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-18048: Android: Ti.UI.Label.html - setting html property makes it non-clickable #6460

Merged
merged 3 commits into from Dec 10, 2014

Conversation

pingwang2011
Copy link
Contributor

@@ -152,6 +152,10 @@ public void processProperties(KrollDict d)
}
} else {
tv.setMovementMethod(null);
// Before ICS (API <= 15) , Disable the movement method will disable focusable, clickable and longclickable.
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't we do a API check here for API <= 15?

@pingwang2011
Copy link
Contributor Author

Updated.

@hieupham007
Copy link
Contributor

Code reviewed and functionally tested. Request accepted

hieupham007 added a commit that referenced this pull request Dec 10, 2014
timob-18048: Android: Ti.UI.Label.html - setting html property makes it non-clickable
@hieupham007 hieupham007 merged commit a7d64c0 into tidev:master Dec 10, 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