{ "id": "142977", "key": "TIMOB-18393", "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": "2018-07-12T13:45:47.000+0000", "created": "2015-01-16T19:11:30.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "qe-3.5.0" ], "versions": [ { "id": "15972", "description": "Release 3.4.0", "name": "Release 3.4.0", "archived": false, "released": true, "releaseDate": "2014-09-28" }, { "id": "16676", "description": "Release 3.4.1", "name": "Release 3.4.1", "archived": false, "released": true, "releaseDate": "2014-11-14" }, { "id": "16711", "description": "Release 3.5.1", "name": "Release 3.5.1", "archived": false, "released": true, "releaseDate": "2015-03-06" }, { "id": "16593", "description": "Release 4.0.0", "name": "Release 4.0.0", "archived": false, "released": true, "releaseDate": "2015-05-21" } ], "issuelinks": [], "assignee": null, "updated": "2018-07-12T13:45:47.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": "h5.Description\r\n\r\nWhen an option dialog is displayed on an iOS7 iPad there are no separator lines between the rows, when compared to a iOS8 dialog it also appears to be sized differently.\r\n\r\nh5.Steps To Reproduce\r\n\r\n1. Using the code below build to an iOS7 iPad, for comparison install to an iOS8 iPad too\r\n\r\n{code}\r\nvar myWindow = Ti.UI.createWindow({\r\n\t\theight : Ti.UI.FILL,\r\n\t\twidth : Ti.UI.FILL,\r\n\t\tbackgroundColor : 'blue'\r\n\t});\r\n \r\n\tmyWindow.open();\r\n \r\n\tvar dialog = Ti.UI.createOptionDialog({\r\n\t\tcancel : -1,\r\n\t\toptions : [\"YES\", \"NO\"],\r\n\t\tselectedIndex : 1,\r\n\t\tdestructive : 1,\r\n\t\ttitle : \"Option Dialog\"\r\n\t});\r\n\tdialog.addEventListener('click', function(e) {\r\n\t\tTi.API.error(\"dialog clicked!!\");\r\n\t\tif (e.index === 0) {\r\n\t\t\tTi.API.error(\"Index 0\");\r\n\t\t}\r\n\t});\r\n\tdialog.show();\r\n\r\n{code}\r\n\r\nh5.Actual Result\r\n\r\n*iOS7* - The option dialog has no separator lines and when longpressing on the last item there appears to be space below this item\r\n\r\n*iOS8* - The option dialog has separator lines, when longpressing the last item there is no space below\r\n\r\nh5.Expected Result\r\n\r\n*iOS7* -The option dialog should have separator lines, when longpressing the last item there should be no space below it. It should have parity with iOS8\r\n\r\n*iOS8* - The option dialog has separator lines, when longpressing the last item there is no space below", "attachment": [ { "id": "53666", "filename": "iPadOptionDialog.PNG", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2015-01-16T19:11:30.000+0000", "size": 62865, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS7: No separator lines shown on option dialogs", "creator": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "subtasks": [], "reporter": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "environment": "Mac OSX 10.10.1\r\nAppcelerator Studio, build: 3.4.1.201410281743\r\nTitanium SDK build: 3.6.0.v20150115142105\r\nTitanium CLI, build: 3.4.1\r\nAlloy: 1.5.1\r\nXcode 6.1.1\r\niPad Air (7.0.3), iPad Mini 2 (7.03)", "comment": { "comments": [ { "id": "439168", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "body": "Min supported iOS is now 8.0, this is probably no long relevant ", "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2018-07-12T13:45:39.000+0000", "updated": "2018-07-12T13:45:39.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }