{ "id": "131805", "key": "TIMOB-17169", "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": [], "resolution": null, "resolutiondate": null, "created": "2014-06-17T07:18:13.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "apiName" ], "versions": [], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:03:29.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10224", "name": "TiAPI", "description": "This component is used for cross-platform API work. Specifications are most likely to use this component." } ], "description": "The following code:\r\n\r\n{code:javascript}\r\nvar v = Ti.UI.createView();\r\nconsole.debug(v.apiName);\r\n\r\nvar l = Ti.UI.createLabel();\r\nconsole.debug(l.apiName);\r\n\r\nvar tv = Ti.UI.createTableView();\r\nconsole.debug(tv.apiName);\r\n\r\nvar tvr = Ti.UI.createTableViewRow();\r\nconsole.debug(tvr.apiName);\r\n{code}\r\n\r\nDebug console output:\r\n\r\n{code}\r\n[DEBUG] Ti.UI.View\r\n[DEBUG] Ti.UI.Label\r\n[DEBUG] Ti.UI.TableView\r\n[DEBUG] Ti.View\r\n{code}\r\n\r\nClearly the last one should be {{Ti.UI.TableViewRow}}.", "attachment": [], "flagged": false, "summary": "Ti.UI.TableViewRow's apiName reports \"Ti.View\"", "creator": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "subtasks": [], "reporter": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "environment": "SDK 3.2.3.GA\r\nSDK 3.3.0.RC", "comment": { "comments": [ { "id": "309282", "author": { "name": "sliang", "key": "sliang", "displayName": "Shuo Liang", "active": true, "timeZone": "Asia/Harbin" }, "body": "Hi,\r\n\r\nThank you for your report. I will move this ticket to our engineer team to get this fix.\r\n\r\nRegards,\r\nShuo ", "updateAuthor": { "name": "sliang", "key": "sliang", "displayName": "Shuo Liang", "active": true, "timeZone": "Asia/Harbin" }, "created": "2014-06-17T07:40:23.000+0000", "updated": "2014-06-17T07:40:23.000+0000" }, { "id": "309283", "author": { "name": "sliang", "key": "sliang", "displayName": "Shuo Liang", "active": true, "timeZone": "Asia/Harbin" }, "body": "I can reproduce this bug with: both SDK 3.2.3.GA and SDK 3.3.0.RC", "updateAuthor": { "name": "sliang", "key": "sliang", "displayName": "Shuo Liang", "active": true, "timeZone": "Asia/Harbin" }, "created": "2014-06-17T07:43:16.000+0000", "updated": "2014-06-17T07:43:16.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }