[TIMOB-409] Row click does not propagate in table view
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-04-17T01:52:57.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | 0.9.2 |
| Components | iOS |
| Labels | n/a |
| Reporter | Nolan Wright |
| Assignee | Jeff Haynie |
| Created | 2011-04-15T02:28:50.000+0000 |
| Updated | 2011-04-17T01:52:57.000+0000 |
Description
Base UI => Views => Table View => Table View (Layout 4) (table_view_layout_4.js).
each row has a label object. when you click on the label object within a row, the selectedBackgroundImage does not activate, which seems to indicate that the click event is not getting through.
It works on other parts of the table view row
No comments