{ "id": "148727", "key": "TIMOB-20031", "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": { "id": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2017-06-26T23:04:57.000+0000", "created": "2015-06-12T12:38:01.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "Community" ], "versions": [ { "id": "16904", "description": "Release 5.0.2", "name": "Release 5.0.2", "archived": true, "released": true, "releaseDate": "2015-10-01" } ], "issuelinks": [], "assignee": { "name": "pinnamuri", "key": "pinnamuri", "displayName": "Praveen Innamuri", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-08-24T20:48:21.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": "11500", "name": "MobileWeb", "description": "Mobile Web (HTML) Platform" } ], "description": "You cannot append a row on TableView using mobileweb.\r\n\r\nExample:\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor:'white',\r\n});\r\nvar tv = Ti.UI.createTableView({\r\n top : 0,\r\n left : 0,\r\n width : Ti.UI.FILL,\r\n height : Ti.UI.FILL,\r\n headerTitle:\"Hello\"\r\n});\r\nvar row = Ti.UI.createTableViewRow({\r\n title : 'List Content Appended'\r\n});\r\ntv.appendRow(row);\r\nwin.add(tv);\r\nwin.open(); \r\n{code}", "attachment": [ { "id": "57543", "filename": "Screen Shot 2015-11-19 at 11.37.14 AM.png", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2015-11-19T05:47:17.000+0000", "size": 40470, "mimeType": "image/png" } ], "flagged": false, "summary": "MobileWeb: TableView issue Mobile Web on 4.0.0.GA", "creator": { "name": "flaviolacer", "key": "flaviolacer", "displayName": "Flavio Lacerda", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "flaviolacer", "key": "flaviolacer", "displayName": "Flavio Lacerda", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Mac OSX", "comment": { "comments": [ { "id": "370790", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello, This is a valid bug, Table view \"appendRow\" does not work in Mobile Web platform. For Android and iOS it's working fine.\r\n\r\n\r\nSample code\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor : 'white'\r\n});\r\n\r\nvar table = Ti.UI.createTableView({\r\n objName : 'table'\r\n});\r\n\r\nvar row = Ti.UI.createTableViewRow({\r\n title : 'row',\r\n color : 'red',\r\n height : 100\r\n});\r\n\r\ntable.appendRow(row);\r\n\r\nwin.add(table);\r\nwin.open();\r\n{code}\r\n\r\nTested with SDK 5.0.2.GA, 5.1.0.v20151023172822. Thanks.\r\n\r\n\r\n", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2015-11-19T05:48:01.000+0000", "updated": "2015-11-19T05:48:01.000+0000" }, { "id": "427201", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Mobile Web has been deprecated and will be removed in fixVersion 7.0.0.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-08-24T20:48:21.000+0000", "updated": "2017-08-24T20:48:21.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }