{ "id": "149237", "key": "TIMOB-19100", "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": "2015-07-03T05:38:51.000+0000", "created": "2015-06-29T14:39:34.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "listview" ], "versions": [ { "id": "16723", "description": "Windows Platform Support, ListView updates, Vector overlays in maps", "name": "Release 4.1.0", "archived": false, "released": true, "releaseDate": "2015-07-08" } ], "issuelinks": [], "assignee": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2017-03-17T18:06: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": "The following example and attached screenshot show that the new {{editActions}} show in the reverse order (LTR).\r\n\r\nI would expect the first action in the array to show first (from left) and the last last.\r\n\r\n{code:javascript}\r\nvar win = Ti.UI.createWindow();\r\nvar listSection = Ti.UI.createListSection({\r\n\titems: [{\r\n\t\tproperties: {\r\n\t\t\tcanEdit: true,\r\n\t\t\ttitle: 'Swipe me',\r\n\t\t\teditActions: [{\r\n\t\t\t\ttitle: 'First'\r\n\t\t\t}, {\r\n\t\t\t\ttitle: 'Second'\r\n\t\t\t}, {\r\n\t\t\t\ttitle: 'Third'\r\n\t\t\t}]\r\n\t\t}\r\n\t}]\t\r\n});\r\nvar listView = Ti.UI.createListView({\r\n\ttop: 20,\r\n\tsections: [listSection]\r\n});\r\nwin.add(listView);\r\nwin.open();\r\n{code}", "attachment": [ { "id": "55994", "filename": "Screen Shot 2015-06-29 at 16.36.53.png", "author": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "created": "2015-06-29T14:38:49.000+0000", "size": 65345, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: New editActions show in reversed order", "creator": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "subtasks": [], "reporter": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "environment": "SDK 4.1.0 Beta (4.1.0.v20150626223333)", "closedSprints": [ { "id": 441, "state": "closed", "name": "2015 Sprint 14 SDK", "startDate": "2015-07-04T01:00:23.204Z", "endDate": "2015-07-18T01:00:00.000Z", "completeDate": "2015-07-28T06:37:47.083Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "356772", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "There is a discussion on that topic. The native behaviour is, that the actions are always populated from right to left (reference: http://timbroder.com/2014/08/uitableviewcell-action-swiping-in-ios8-and-swift.html). So i'm not sure whether we should turn this around. Your thoughts?", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2015-07-02T19:41:18.000+0000", "updated": "2015-07-02T19:41:18.000+0000" }, { "id": "356862", "author": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "body": "Well, that's odd but if that's how it works native I guess we close this as invalid.", "updateAuthor": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "created": "2015-07-03T05:38:33.000+0000", "updated": "2015-07-03T05:39:02.000+0000" }, { "id": "413525", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as invalid.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-17T18:06:30.000+0000", "updated": "2017-03-17T18:06:30.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }