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-4620] Don't blindly forward hitTest to touch delegate #238

Merged
merged 2 commits into from Jul 26, 2011
Merged

[TIMOB-4620] Don't blindly forward hitTest to touch delegate #238

merged 2 commits into from Jul 26, 2011

Conversation

sptramer
Copy link
Contributor

Looks like it's a bad idea to forward messages directly to the touch delegate in situations like this:

touchDelegate ---> view ---> interactive element

This fix comments out (NOT removes) the block that does this, because it may introduce unexpected regressions. I ran the full suite of KS tableview tests when checking the bugfix to ensure none occurred, but some may still come up. It is strongly recommended that reviewers ALSO run at least those tests in KS which depend on interactivity of elements contained within rows.

@Thomasappcel
Copy link
Contributor

we ran this on ipad2, iphone4 verizon, iphone4 att, ipad1 (4.3). we found a new cosmetic issue, logged as http://jira.appcelerator.org/browse/TIMOB-4753

@sptramer
Copy link
Contributor Author

TIMOB-4753 is completely unrelated to this pull request. It appears regardless of whether or not this fix is checked in, which only has to do with interactivity of table elements.

@rseagraves
Copy link
Contributor

Code reviewed. Approved.

rseagraves added a commit that referenced this pull request Jul 26, 2011
[TIMOB-4620] Don't blindly forward hitTest to touch delegate
@rseagraves rseagraves merged commit 686033d into tidev:master Jul 26, 2011
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

3 participants