{ "id": "120607", "key": "TIMOB-15377", "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": "15699", "description": "2013 Sprint 21", "name": "2013 Sprint 21", "archived": true, "released": true, "releaseDate": "2013-10-18" }, { "id": "15700", "description": "2013 Sprint 21 API", "name": "2013 Sprint 21 API", "archived": true, "released": true, "releaseDate": "2013-10-18" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-10-01T22:32:39.000+0000", "created": "2013-09-30T09:38:55.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "Mobile", "Titanium", "iOS7", "mobilesdk", "module_tableview", "qe-closed-3.1.4", "qe-testadded" ], "versions": [ { "id": "15479", "description": "Release 3.1.2", "name": "Release 3.1.2", "archived": true, "released": true, "releaseDate": "2013-07-31" }, { "id": "15593", "description": "Release 3.1.3", "name": "Release 3.1.3", "archived": true, "released": true, "releaseDate": "2013-09-18" } ], "issuelinks": [ { "id": "32265", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "120706", "key": "TIMOB-15387", "fields": { "summary": "Android: using Label with tableViewRow prevents selection", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-10-01T23:22:44.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "Using Label with table view row object, prevents row selection until i scroll the selected row out of visible portion and then take it back to visible portion.\r\n\r\nSteps to reproduce:\r\n!: Use the below attached app.js and use it in new project.\r\n2: Build the project for iOS6 or iOS7 simulator.\r\n3: Test with table view 3, selection won't happen after first time until scrolling is performed.\r\n\r\n", "attachment": [ { "id": "42841", "filename": "app.js", "author": { "name": "anigam", "key": "anigam", "displayName": "Ashish Nigam", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2013-09-30T09:38:55.000+0000", "size": 7640, "mimeType": "text/javascript" } ], "flagged": false, "summary": "iOS: using Label with tableViewRow prevents selection until scrolled out of visible portion", "creator": { "name": "anigam", "key": "anigam", "displayName": "Ashish Nigam", "active": true, "timeZone": "Asia/Kolkata" }, "subtasks": [], "reporter": { "name": "anigam", "key": "anigam", "displayName": "Ashish Nigam", "active": true, "timeZone": "Asia/Kolkata" }, "environment": "Titanium Mobile SDK, iOS6, iOS7.", "comment": { "comments": [ { "id": "273402", "author": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "body": "The above seems to be working on 3.2.0 master and 3.1.X branch\n", "updateAuthor": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-09-30T17:23:25.000+0000", "updated": "2013-09-30T17:23:25.000+0000" }, { "id": "273487", "author": { "name": "kosso", "key": "kosso", "displayName": "kosso", "active": true, "timeZone": "Europe/London" }, "body": "I thought this might have something to do with not having touchEnabled:false on the Label.\r\n\r\nBut, he's right. The check mark doesn't appear on a row which has been toggled (in table1) until the row is scrolled off and back on the screen again.\r\n\r\nI also tried adding a unique className to each row to no avail.\r\n\r\nTable 2 (title only) is the only one which works as expected. \r\n\r\n\r\nTested with 3.1.3.v20130913160104 and 3.1.4.v20130918151553\r\n\r\n\r\n", "updateAuthor": { "name": "kosso", "key": "kosso", "displayName": "kosso", "active": true, "timeZone": "Europe/London" }, "created": "2013-10-01T14:01:03.000+0000", "updated": "2013-10-01T14:01:03.000+0000" }, { "id": "273555", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested and verified selection is possible at any time - before scroll or after.\nEnvironment:\nAppcelerator Studio, build: 3.1.3.201309132456\nTitanium SDK, build: 3.1.4.v20130927154557\niOS7 simulator\niPhone 5s iOS 7.0.2", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-01T22:32:17.000+0000", "updated": "2013-10-01T22:32:17.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }