{ "id": "169419", "key": "TIMOB-25073", "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": "11", "description": "Is not a bug in our product", "name": "Not Our Bug" }, "resolutiondate": "2017-08-08T04:00:47.000+0000", "created": "2017-08-08T01:03:31.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-08-16T01:02:55.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": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "h5. Problem Description:\r\nWindows Alert Dialog showing two titles while on iOS/Android there is only one title exist. \r\n\r\nh5. Steps to Reproduce:\r\n1. Run the below sample code with \"app build -p windows -T ws-local\"\r\n{code}\r\nTi.UI.setBackgroundColor('white');\r\nvar win = Ti.UI.createWindow({ \r\n title: 'Click window to test',\r\n backgroundColor: 'white',\r\nexitOnClose: true,\r\nfullscreen: false\r\n});\r\n\r\nwin.addEventListener('click', function(e){\r\n var dialog = Ti.UI.createAlertDialog({\r\n message: 'The file has been deleted',\r\n ok: 'Okay',\r\n title: 'File Deleted'\r\n });\r\n dialog.show();\r\n});\r\nwin.open();\r\n{code}\r\n\r\n3. Click on the screen anywhere.\r\n4. An alert dialog will appear with the title displayed two times as \" !Windows Alert Dialog.png|thumbnail! \".\r\n5. On iOS, it only shows single title and then message.\r\n\r\nh5. Expected Result:\r\nTitle should appear only once. Windows doc also shows only single title on dialogs.\r\n\r\nhttps://docs.microsoft.com/en-us/windows/uwp/controls-and-patterns/dialogs\r\n", "attachment": [ { "id": "63002", "filename": "iOS Alert Dialog.png", "author": { "name": "nmishra", "key": "nmishra", "displayName": "Neeraj Mishra", "active": true, "timeZone": "America/Phoenix" }, "created": "2017-08-08T01:05:57.000+0000", "size": 59573, "mimeType": "image/png" }, { "id": "63003", "filename": "Windows Alert Dialog.png", "author": { "name": "nmishra", "key": "nmishra", "displayName": "Neeraj Mishra", "active": true, "timeZone": "America/Phoenix" }, "created": "2017-08-08T01:05:57.000+0000", "size": 74971, "mimeType": "image/png" } ], "flagged": false, "summary": "Windows: Alert Dialog showing two titles", "creator": { "name": "nmishra", "key": "nmishra", "displayName": "Neeraj Mishra", "active": true, "timeZone": "America/Phoenix" }, "subtasks": [], "reporter": { "name": "nmishra", "key": "nmishra", "displayName": "Neeraj Mishra", "active": true, "timeZone": "America/Phoenix" }, "environment": "Operating System\r\n Name = Microsoft Windows 10 Pro\r\n Version = 10.0.15063\r\n Architecture = 64bit\r\n # CPUs = 1\r\n Memory = 12884430848\r\n\r\nNode.js\r\n Node.js Version = 6.11.2\r\n npm Version = 5.3.0\r\n\r\nTitanium CLI\r\n CLI Version = 5.0.14\r\n\r\nTitanium SDK\r\n SDK Version = 6.1.1.GA\r\n SDK Path = C:\\ProgramData\\Titanium\\mobilesdk\\win32\\6.1.1.GA\r\n Target Platform = windows\r\n", "closedSprints": [ { "id": 933, "state": "closed", "name": "2017 Sprint 16 SDK", "startDate": "2017-07-30T16:17:10.306Z", "endDate": "2017-08-13T16:17:00.000Z", "completeDate": "2017-08-13T23:06:34.398Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "426149", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "It turns out {{Windows::UI::Popups::MessageDialog.Title}} does this all, seems like it only happens on Windows 10 Store app. Resolving this as \"not our bug\".", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-08-08T04:00:47.000+0000", "updated": "2017-08-08T04:00:47.000+0000" }, { "id": "426172", "author": { "name": "nmishra", "key": "nmishra", "displayName": "Neeraj Mishra", "active": true, "timeZone": "America/Phoenix" }, "body": "thanks [~kiguchi]", "updateAuthor": { "name": "nmishra", "key": "nmishra", "displayName": "Neeraj Mishra", "active": true, "timeZone": "America/Phoenix" }, "created": "2017-08-08T16:30:41.000+0000", "updated": "2017-08-08T16:30:41.000+0000" }, { "id": "426743", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing with reference to the above observations.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-08-16T01:02:55.000+0000", "updated": "2017-08-16T01:02:55.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }