[TIMOB-1753] iOS : table view events, unable to generate table view swipe/dbl click event
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Trivial |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2011-04-15T03:01:23.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 1.5.0 |
| Components | iOS |
| Labels | ios |
| Reporter | Thomas Huelbert |
| Assignee | Blain Hamon |
| Created | 2011-04-15T03:01:22.000+0000 |
| Updated | 2017-03-02T19:06:38.000+0000 |
Description
1.baseUI>views>table views>events
2.try to get swipe or double click to fire on a row
results: event not fired
Couldn't get the double click or swipe event to happen even in 1.3.0.
As I recall, those two events I suggested we not support for table view because it could conflict with table view's event handling (Which is very different than from other views), especially with swipe-to-delete the OS provides, and could make things ugly. As such, marking invalid, with the suggestion to fix the test.
If you want a double click or swipe in a row, I suggest to add a view and have THAT be the one you listen to.
Closing as invalid.