{ "id": "61362", "key": "TIMOB-730", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "11223", "name": "Release 1.3.0", "archived": true, "released": true, "releaseDate": "2010-05-05" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:54:04.000+0000", "created": "2011-04-15T02:35:18.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "android", "defect" ], "versions": [], "issuelinks": [], "assignee": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:54:04.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "{html}
isEnabled Line 227 in TiTableView needs to be updated to return\nfalse for header and footer view.
(from [b32abba14c860684dcc2d6c780ad189f1f78e14f])\nignore the header/footer views in onItemClick / onItemSelected, and\ndecrement the index if a headerView is used (the passed in position\nis +1 from the ListView) [#730 state:resolved] \nhttp://github.com/appcelerator/titanium_mobile/commit/b32abba14c860...
(from [700ffc9074eb6e0176296bcc3220663f2a21c49e])\nmake TableView header and footer views not selectable [#730\nstate:resolved] \nhttp://github.com/appcelerator/titanium_mobile/commit/700ffc9074eb6...