[TIMOB-913] Require custom cells for touchbegin/touchend event handling
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:54:39.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.4.0 |
Components | iOS |
Labels | n/a |
Reporter | Stephen Tramer |
Assignee | Stephen Tramer |
Created | 2011-04-15T02:39:05.000+0000 |
Updated | 2011-04-17T01:54:39.000+0000 |
Description
This affects both buttons and table rows. See the Controls -> Button test and click on the last button in a place that is NOT a UI element to see this behavior. Table View -> Touch Event has a workaround for this behavior in it.
Buttons are OK. Table rows still have an issue. I mistakenly believed that buttons had cells similarly to how they're handled on desktop.
But see #931 for how we can streamline this.