{ "id": "115193", "key": "TIMOB-14025", "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": "15492", "description": "2013 Sprint 12 JS", "name": "2013 Sprint 12 JS", "archived": true, "released": true, "releaseDate": "2013-06-17" }, { "id": "15110", "description": "2013 Sprint 12", "name": "2013 Sprint 12", "archived": true, "released": true, "releaseDate": "2013-06-17" }, { "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": "2014-04-17T22:10:45.000+0000", "created": "2013-05-30T15:51:38.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [ { "id": "14613", "description": "Release 2.1.4", "name": "Release 2.1.4", "archived": true, "released": true, "releaseDate": "2012-11-12" }, { "id": "14164", "description": "Release 3.0.2", "name": "Release 3.0.2", "archived": true, "released": true, "releaseDate": "2013-02-19" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [], "assignee": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-04-17T22:10: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": "11500", "name": "MobileWeb", "description": "Mobile Web (HTML) Platform" }, { "id": "13719", "name": "Windows Hybrid", "description": "Windows Hybrid platform" } ], "description": "h4. Description\r\n\r\nWhen an alert dialog is shown before the window is opened, the child views of the window are displayed on top of the alert.\r\n\r\nh4. Code to reproduce\r\n\r\n{code}\r\n\r\nvar self = Ti.UI.createWindow();\r\n\r\nvar mainArea = Ti.UI.createView({\r\nbackgroundColor : 'red',\r\nheight : Ti.UI.SIZE,\r\nwidth : Ti.UI.SIZE\r\n});\r\nvar message = Ti.UI.createLabel({\r\nfont : {\r\n fontSize : '14dp'\r\n},\r\nheight : Ti.UI.SIZE,\r\ncolor : '#4b4b4b',\r\nwidth : Ti.UI.SIZE,\r\ntext : 'Test text here to test things out because we need to test'\r\n});\r\n\r\nmainArea.add(message);\r\nself.add(mainArea);\r\n\r\nvar alertDialog = Ti.UI.createAlertDialog({\r\ntitle : 'Error',\r\nmessage : \"Testing alert\",\r\nbuttonNames : ['OK']\r\n});\r\nalertDialog.show();\r\nself.open();\r\n{code}\r\n\r\nPlease also see attached screenshot.", "attachment": [ { "id": "39262", "filename": "Screen Shot 2013-05-30 at 4.46.29 PM.png", "author": { "name": "btran", "key": "btran", "displayName": "Betty Tran", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-30T15:51:38.000+0000", "size": 26753, "mimeType": "image/png" } ], "flagged": false, "summary": "Mobile Web: Child window views appear on top of alert dialogs if dialog is shown before window open", "creator": { "name": "btran", "key": "btran", "displayName": "Betty Tran", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "btran", "key": "btran", "displayName": "Betty Tran", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Mobile Web\r\nTi SDK 3.1.0GA, 3.0.2GA, 2.1.4GA\r\nChrome, Safari, Firefox", "comment": { "comments": [ { "id": "256975", "author": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR: https://github.com/appcelerator/titanium_mobile/pull/4369", "updateAuthor": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-06-10T18:35:53.000+0000", "updated": "2013-06-10T18:35:53.000+0000" }, { "id": "279102", "author": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Tested and Verified fix with:\r\nOSX: 10.8.5\r\nXcode:5.0\r\nAppcelerator Studio: 3.2.0.201311120707\r\nSDK: 3.2.0.v20131111174605\r\nacs:1.0.7\r\nalloy:1.3.0\r\nnpm:1.3.2\r\ntitanium:3.2.0\r\ntitanium-code-processo:1.0.3\r\nDevice: iOS7(v7.0.3)-iPodTouch1", "updateAuthor": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2013-11-12T10:54:45.000+0000", "updated": "2013-11-12T10:54:45.000+0000" } ], "maxResults": 8, "total": 8, "startAt": 0 } } }