[TIMOB-730] Android: Header View should not be selectable.
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-04-17T01:54:04.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 1.3.0 |
| Components | Android |
| Labels | android, defect |
| Reporter | Don Thorp |
| Assignee | Marshall Culpepper |
| Created | 2011-04-15T02:35:18.000+0000 |
| Updated | 2011-04-17T01:54:04.000+0000 |
Description
isEnabled Line 227 in TiTableView needs to be updated to return false for header and footer view.
(from [b32abba14c860684dcc2d6c780ad189f1f78e14f]) ignore the header/footer views in onItemClick / onItemSelected, and decrement the index if a headerView is used (the passed in position is +1 from the ListView) [#730 state:resolved] http://github.com/appcelerator/titanium_mobile/commit/b32abba14c860684dcc2d6c780ad189f1f78e14f"> http://github.com/appcelerator/titanium_mobile/commit/b32abba14c860...
(from [700ffc9074eb6e0176296bcc3220663f2a21c49e]) make TableView header and footer views not selectable [#730 state:resolved] http://github.com/appcelerator/titanium_mobile/commit/700ffc9074eb6e0176296bcc3220663f2a21c49e"> http://github.com/appcelerator/titanium_mobile/commit/700ffc9074eb6...