{ "id": "109677", "key": "TIMOB-12726", "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": "15096", "description": "2013 Sprint 04 BB", "name": "2013 Sprint 04 BB", "archived": true, "released": true, "releaseDate": "2013-02-25" }, { "id": "14814", "description": "2013 Sprint 04", "name": "2013 Sprint 04", "archived": true, "released": true, "releaseDate": "2013-02-25" } ], "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2013-02-13T20:52:07.000+0000", "created": "2013-02-13T20:06:49.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "sdk-bb" ], "versions": [], "issuelinks": [], "assignee": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-19T12:42:54.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": "10230", "name": "BlackBerry", "description": "BlackBerry Platform" } ], "description": "This is a regression\r\nIt works properly & we can see the tableviewrow in build 3.1.0.v20130212113336 \r\n\r\nDescription:\r\n1.Run the code snippet below:\r\n{code}\r\nvar win1 = Titanium.UI.createWindow({ \r\n backgroundColor:'#000'\r\n});\r\n \r\n \r\n var self = Ti.UI.createView({\r\n\t\tbackgroundColor:'white'\r\n\t});\r\n\t\r\nvar tableData = [\r\n\t{title:'Apples', color: '#000'},\r\n\t{title:'Grapes', color: '#000'},\r\n\t{title:'Oranges',color: '#000'},\r\n\t{title:'Bananas',color: '#000'},\r\n\t{title:'Pears', color: '#000'},\r\n\t{title:'Kiwis', color: '#000'}\r\n];\r\n\t\r\nvar table = Ti.UI.createTableView({\r\n\tdata:tableData\r\n});\r\nself.add(table);\r\nwin1.add(self);\r\nwin1.open();\r\n{code}\r\n\r\nActual Result:\r\n1.We do not see any tableviewrows\r\n\r\nExpected Result:\r\n1.We should see the table view rows ", "attachment": [], "flagged": false, "summary": "BlackBerry : TableViewRows are not visible", "creator": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "Environment:\r\nTi Studio : 3.1.0.201302101654\r\nTi BB SDK : 3.1.0.v20130213092222\r\nMac OSX : 10.8.2\r\nwin 7 64 bit\r\nWin 8 \r\nBB simulator : 10.0.9.386\r\nDev alpha 10 device", "comment": { "comments": [ { "id": "238396", "author": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Unable to reproduce issue on the following:\n - Simulator (10.0.9.1673)\n - Dev Alpha B (10.9.10.35)\n\nI know in older version of BlackBerry they had changed the font color\nof the list items to white, but in newer versions reverted back to black.\nWe cannot control this with the built-in list view types. The plan eventually\nis to use our own custom list items to gain full control.\n\nFor now using black or white background colors isn't recommended\nsince the text could end up blending into it.", "updateAuthor": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-02-13T20:51:43.000+0000", "updated": "2013-02-13T20:51:43.000+0000" }, { "id": "238402", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "body": "I had tested on the same simulator & device as you have & I just see the titanium splash screen & nothing else.Using build 3.1.0.v20130212113336 & same simulator & device I can see the table view rows.\r\nIf I even change the background color to any other color like red I dont even go ahead of splash screen.", "updateAuthor": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-02-13T21:04:03.000+0000", "updated": "2013-02-13T21:07:15.000+0000" }, { "id": "238404", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "body": "@josh - can you provide me any code or something which you tried & it worked for you ?", "updateAuthor": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-02-13T21:10:10.000+0000", "updated": "2013-02-13T21:10:10.000+0000" }, { "id": "238406", "author": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I just ran the code in the description via the native IDE. I'll confirm on studio as well.\nDoes any other test cases fail the same way (window doesn't open)? Sounds like it could be\nunrelated to table view.", "updateAuthor": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-02-13T21:13:59.000+0000", "updated": "2013-02-13T21:13:59.000+0000" }, { "id": "238411", "author": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "body": "@Lokesh You say we have the same simulator version, but in Environment you have version 10.0.9.386.\nIf this is incorrect can you correct it so we know which versions we are all testing against.", "updateAuthor": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-02-13T21:26:12.000+0000", "updated": "2013-02-13T21:26:12.000+0000" }, { "id": "238450", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Verified the issue on build 3.1.0.v20130213122031 & found it to be working as expected.\r\nThus closing the issue.\r\n\r\nEnvironment:\r\nTi Studio : 3.1.0.201302101654\r\nTi BB SDK : 3.1.0.v20130213122031\r\nMac OSX : 10.8.2\r\nwin 7 \r\nWin 8 \r\nBB simulator : 10.0.9.386\r\nDev alpha 10 device", "updateAuthor": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-02-13T22:20:21.000+0000", "updated": "2013-02-13T22:20:21.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }