{ "id": "101685", "key": "TIMOB-11044", "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": "14137", "description": "Release 2.1.3", "name": "Release 2.1.3", "archived": true, "released": true, "releaseDate": "2012-10-03" }, { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" }, { "id": "14127", "description": "Sprint 2012-19 API", "name": "Sprint 2012-19 API", "archived": true, "released": true, "releaseDate": "2012-09-24" }, { "id": "14271", "description": "2012 Sprint 19", "name": "2012 Sprint 19", "archived": true, "released": true, "releaseDate": "2012-09-24" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-09-21T18:28:55.000+0000", "created": "2012-09-21T11:56:56.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-ios6", "qe-testadded" ], "versions": [ { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "issuelinks": [], "assignee": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-19T12:43:19.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": "Reproduction Steps:\r\n1. Run the following code in an iOS 6 emulator:\r\n{code}\r\nTi.UI.setBackgroundColor('#000');\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor : 'black',\r\n\texitOnClose : true,\r\n\tfullscreen : false,\r\n\ttitle : 'TableView Demo'\r\n});\r\n\r\nvar tableData = [];\r\nvar row = Ti.UI.createTableViewRow({\r\n\tclassName : 'forumEvent', // used to improve table performance\r\n\tselectedBackgroundColor : 'white',\r\n\trowIndex : 1, // custom property, useful for determining the row during events\r\n\theight : 110\r\n});\r\n\r\nvar labelUserName = Ti.UI.createLabel({\r\n\tcolor : '#576996',\r\n\tfont : {\r\n\t\tfontFamily : 'Arial',\r\n\t\tfontSize : 16,\r\n\t\tfontWeight : 'bold'\r\n\t},\r\n\ttext : 'Fred Smith ' + 1,\r\n\tleft : 70,\r\n\ttop : 6,\r\n\twidth : 200,\r\n\theight : 30\r\n});\r\nrow.add(labelUserName);\r\ntableData.push(row);\r\n\r\nvar tableView = Ti.UI.createTableView({\r\n\tbackgroundColor : 'white',\r\n\tdata : tableData\r\n});\r\n\r\nwin.addEventListener('click', function() {\r\n\tTi.API.info('------------------------className: ' + row.className);\r\n});\r\n\r\nwin.add(tableView);\r\nwin.open();\r\n{code}\r\n2. Click on the first row\r\n\r\nExpect Results:\r\nThe log message should print out '------------------------className: forumEvent'\r\n\r\nActual Results:\r\nThe log message should print out '------------------------className: TiUITableViewRowProxy'", "attachment": [], "flagged": false, "summary": "iOS: className attribute returns TiUITableViewRowProxy in iOS 6", "creator": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "220252", "author": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "body": "MASTER PR https://github.com/appcelerator/titanium_mobile/pull/3026", "updateAuthor": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-09-21T18:29:11.000+0000", "updated": "2012-09-21T18:29:11.000+0000" }, { "id": "220551", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested and verified fix with: \nTitanium Studio, build: 2.1.2.201208301612\nTitanium SDK, build: 2.1.3.v20120921190208\nTitanium SDK, build: 3.0.0.v20120924114913\nDevice: iPhone 5 (ios6.0)\n\n\n\n ", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-09-24T23:44:05.000+0000", "updated": "2012-09-24T23:44:05.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }