{ "id": "123855", "key": "TIMOB-16006", "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": "15719", "description": "2013 Sprint 26", "name": "2013 Sprint 26", "archived": true, "released": true, "releaseDate": "2014-01-03" }, { "id": "15720", "description": "2013 Sprint 26 API", "name": "2013 Sprint 26 API", "archived": true, "released": true, "releaseDate": "2014-01-03" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-12-17T21:53:03.000+0000", "created": "2013-12-17T11:50:06.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "module_window", "qe-testadded", "regression", "supportTeam" ], "versions": [ { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "issuelinks": [], "assignee": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-05-30T20:45:30.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": "h2. update (12/17/2013)\r\n\r\nThis issue is not Alloy-specific. The same issue occurs with the following test case:\r\n\r\n{code:javascript}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor: \"#fff\",\r\n\ttop: 20,\r\n\tstatusBarStyle: Titanium.UI.iPhone.StatusBar.LIGHT_CONTENT\r\n});\r\nwin.add(Ti.UI.createView({\r\n\twidth: Ti.UI.FILL,\r\n\theight: 44,\r\n\ttop: 0,\r\n\tbackgroundColor: 'orange'\r\n}));\r\n\r\nwin.open();\r\n{code}\r\n\r\nh2. original description\r\n\r\nWith 3.2.0 CI build, black bar overwrites the status bar. However, the status bar is seen correct with 3.1.3.GA SDK version.\r\n\r\nPlease find the following attachments to see the difference between 3.2.0 CI build and 3.1.3.GA SDK version.\r\n*Steps To Reproduce* :\r\n\r\n1. Create the default Alloy project in Titanium Studio.\r\n\r\n2. Run it on iOS7 using 3.2.0 CI build and see the status bar.\r\n\r\n*NOTE* : Tested with Classic Titanium also but didn't get the issue there.\r\n", "attachment": [ { "id": "44662", "filename": "Screenshot_3.1.3.png", "author": { "name": "mpathak", "key": "mpathak", "displayName": "Meenakshi Pathak", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-12-17T11:50:06.000+0000", "size": 22156, "mimeType": "image/png" }, { "id": "44663", "filename": "Screenshot_3.2.0.png", "author": { "name": "mpathak", "key": "mpathak", "displayName": "Meenakshi Pathak", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-12-17T11:50:06.000+0000", "size": 21402, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: Black bar overwrites the status bar", "creator": { "name": "mpathak", "key": "mpathak", "displayName": "Meenakshi Pathak", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "mpathak", "key": "mpathak", "displayName": "Meenakshi Pathak", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "TiSDK 3.2.0.v20131204220843, 3.1.3.GA, iOS7, Alloy version 1.2.2", "comment": { "comments": [ { "id": "284740", "author": { "name": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~mpathak] I'm resolving this as \"cannot reproduce\" for the following reasnos\r\n\r\n* Following your instructions I can't reproduce the issue \r\n* Your instructions are clearly inaccurate as the screenshots you're showing do not look like the Alloy default app, which is supposed to be a single \"Hello world\" label and has no black or orange bar in it.\r\n* It appears as though the screenshots are a result of something additional you've added to the app. Without that information I can't even begin to debug since I can't reproduce the issue.\r\n\r\nI will re-open if proper details that allow me to reproduce the error are provided.", "updateAuthor": { "name": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-12-17T13:41:31.000+0000", "updated": "2013-12-17T13:41:31.000+0000" }, { "id": "284745", "author": { "name": "moshebox@gmail.com", "key": "moshebox@gmail.com", "displayName": "Moshe Marciano", "active": true, "timeZone": "Asia/Jerusalem" }, "body": "Tony, You are right, it is not a default Alloy project. It is Alloy project that contains window with a view as a bar.\r\n\r\nindex.tss:\r\n{code}\r\n\"Window\": {\r\n\tbackgroundColor: \"#fff\",\r\n\ttop: 20,\r\n\tstatusBarStyle: Titanium.UI.iPhone.StatusBar.LIGHT_CONTENT\r\n}\r\n\"View\":{\r\n\twidth: Ti.UI.FILL,\r\n\theight: 44,\r\n\ttop: 0,\r\n\tbackgroundColor: 'orange'\r\n}\r\n{code}\r\n\r\nfull demo project link \r\nhttps://drive.google.com/file/d/0B4Z5_G3GoBd9eEFLMDFSMjlWaWM/edit?usp=sharing", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-12-17T14:50:44.000+0000", "updated": "2013-12-17T16:07:15.000+0000" }, { "id": "284746", "author": { "name": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "body": "It seems really unlikely that this issue is Alloy-specific. Are you sure you tested this actual test case in a traditional Titanium example? If so, where is that test app?", "updateAuthor": { "name": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-12-17T15:09:11.000+0000", "updated": "2013-12-17T15:09:11.000+0000" }, { "id": "284747", "author": { "name": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "body": "As I expected, this issue is not specific to Alloy, despite the report in the description. Here is the given test case done in traditional Titanium development, causing the same exact issue. \r\n\r\n{code:javascript}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor: \"#fff\",\r\n\ttop: 20,\r\n\tstatusBarStyle: Titanium.UI.iPhone.StatusBar.LIGHT_CONTENT\r\n});\r\nwin.add(Ti.UI.createView({\r\n\twidth: Ti.UI.FILL,\r\n\theight: 44,\r\n\ttop: 0,\r\n\tbackgroundColor: 'orange'\r\n}));\r\n\r\nwin.open();\r\n{code}\r\n\r\nMoving to TIMOB", "updateAuthor": { "name": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-12-17T15:11:18.000+0000", "updated": "2013-12-17T15:11:18.000+0000" }, { "id": "284818", "author": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "body": "master PR : https://github.com/appcelerator/titanium_mobile/pull/5134\r\n3_2_X PR : https://github.com/appcelerator/titanium_mobile/pull/5135", "updateAuthor": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-12-17T19:12:05.000+0000", "updated": "2013-12-17T19:12:05.000+0000" }, { "id": "284963", "author": { "name": "mpathak", "key": "mpathak", "displayName": "Meenakshi Pathak", "active": true, "timeZone": "America/Los_Angeles" }, "body": "My mistake.Issue is not reproducible with the default project but when we specify the above properties to the window.", "updateAuthor": { "name": "mpathak", "key": "mpathak", "displayName": "Meenakshi Pathak", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-12-18T05:09:35.000+0000", "updated": "2013-12-18T05:09:35.000+0000" }, { "id": "284986", "author": { "name": "pmishra", "key": "pmishra", "displayName": "Paras Mishra", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Issue is not reproducible, tested with default test app by Tony\r\nClosing the issue.\r\n\r\nVerified using the environment:\r\nDevice : iPhone 5 , iOS version : 7.0.4\r\nSDK: 3.2.0.v20131217190633\r\nCLI version : 3.2.0-cr3\r\nOS : MAC OSX 10.9\r\nAlloy: 1.3.0-cr\r\nACS: 1.0.10\r\nnpm:1.3.2\r\nAppcelerator Studio, build: 3.2.0.201312171913\r\ntitanium-code-processor: 1.1.0-cr2\r\nXCode : 5.0.2", "updateAuthor": { "name": "pmishra", "key": "pmishra", "displayName": "Paras Mishra", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2013-12-18T07:22:11.000+0000", "updated": "2013-12-18T07:22:11.000+0000" }, { "id": "287886", "author": { "name": "moshebox@gmail.com", "key": "moshebox@gmail.com", "displayName": "Moshe Marciano", "active": true, "timeZone": "Asia/Jerusalem" }, "body": "Is this really fixed ? from our initial testing with 3.2.0.GA it is the same. Tony only said that this is not an Alloy specific issue, but it is still a Titanium issue... and an urgent one", "updateAuthor": { "name": "moshebox@gmail.com", "key": "moshebox@gmail.com", "displayName": "Moshe Marciano", "active": true, "timeZone": "Asia/Jerusalem" }, "created": "2014-01-12T11:58:21.000+0000", "updated": "2014-01-12T11:58:21.000+0000" }, { "id": "288136", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~moshebox@gmail.com] If it is still reproducible for you, is it using the same sample you posted above?", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-01-14T20:09:02.000+0000", "updated": "2014-01-14T20:09:02.000+0000" }, { "id": "288162", "author": { "name": "moshebox@gmail.com", "key": "moshebox@gmail.com", "displayName": "Moshe Marciano", "active": true, "timeZone": "Asia/Jerusalem" }, "body": "it does, you can find more details in the support ticket (http://support.appcelerator.com/tickets/APP-676129/tickets) and in the full sample we posted (https://drive.google.com/file/d/0B4Z5_G3GoBd9eEFLMDFSMjlWaWM/edit?usp=sharing). We also mentioned the workaround we found by adding:\r\n\r\n{code} \r\n\"Window\":{\r\n fullscreen: false,\r\n top: 20\r\n}\r\n{code} ", "updateAuthor": { "name": "moshebox@gmail.com", "key": "moshebox@gmail.com", "displayName": "Moshe Marciano", "active": true, "timeZone": "Asia/Jerusalem" }, "created": "2014-01-14T22:39:22.000+0000", "updated": "2014-01-14T22:39:22.000+0000" }, { "id": "288184", "author": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~moshebox@gmail.com] did you try building your app with 3.2.0.GA? I just tried your app posted in the above comment with 3.2.0.GA and was working fine. Here is the [screenshot|http://imgur.com/7PvHagY]. Please do let us know if you continue to run into the same issue. ", "updateAuthor": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-01-15T00:00:26.000+0000", "updated": "2014-01-15T00:00:26.000+0000" } ], "maxResults": 14, "total": 14, "startAt": 0 } } }