{ "id": "109640", "key": "TIMOB-12717", "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": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2013-07-26T16:33:10.000+0000", "created": "2013-02-13T00:17:30.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "sdk-bb" ], "versions": [], "issuelinks": [], "assignee": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-13T22:23:45.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": "NOTE: This issue is only seen on simulator & not on device\r\n\r\nDescription:\r\n1.Run the code below on Bb simulator/device\r\n{code}\r\nvar win1 = Titanium.UI.createWindow({ \r\n backgroundColor:'#000'\r\n});\r\n\r\nvar label1 = Titanium.UI.createLabel({\r\n\tcolor:'#999',\r\n\ttext:'I am Window 1',\r\n\tfont:{fontSize:10},\r\n});\r\n\r\nwin1.add(label1);\r\nwin1.open();\r\n{code}\r\n2. Check the app after it launches\r\n\r\nActual Result:\r\n1.The window position is one pixel off on the top & left border\r\n\r\nExpected Result:\r\n1.The window should position exactly\r\n\r\nScreenshot attached for reference", "attachment": [ { "id": "35543", "filename": "Screen Shot 2013-02-12 at 4.08.18 PM.png", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-02-13T00:17:30.000+0000", "size": 37514, "mimeType": "image/png" } ], "flagged": false, "summary": "Blackberry : We see a pixel shift in the window positioning on BlackBerry simulator", "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.v20130212145409\r\nMac OSX : 10.8.2\r\nwin 7 64 bit\r\nWin 8 \r\nBB simulator : 10.0.9.386", "comment": { "comments": [ { "id": "263422", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "This happens with native apps as well. Probably a simulator bug.\r\n\r\nCode used to test:\r\n{code}\r\n#include \r\n#include \r\n#include \r\n#include \r\n\r\nusing namespace bb::cascades;\r\n\r\nQ_DECL_EXPORT int main(int argc, char **argv)\r\n{\r\n Application app(argc, argv);\r\n\r\n Page* page = new Page();\r\n Container *view = new Container();\r\n view->setBackground(Color::Black);\r\n page->setContent(view);\r\n app.setScene(page);\r\n\r\n return Application::exec();\r\n}\r\n{code}", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-07-26T16:33:10.000+0000", "updated": "2013-07-26T16:33:10.000+0000" }, { "id": "411614", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing issue as we no longer offer support for BlackBerry.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-13T22:23:45.000+0000", "updated": "2017-03-13T22:23:45.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }