{ "id": "149235", "key": "TIMOB-19098", "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": "16925", "description": "WatchKit Support--all going into 5.0 now", "name": "Release 5.0.0", "archived": true, "released": true, "releaseDate": "2015-09-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2015-07-06T03:12:37.000+0000", "created": "2015-06-29T14:16:58.000+0000", "priority": { "name": "Medium", "id": "3" }, "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": "2015-09-02T00:06:04.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 attached screen recording shows that after selecting a custom action, the actions don't hide. I have to swipe the row to the right to hide the actions.\r\n\r\nI'd expect the actions to hide after selecting one.", "attachment": [ { "id": "55992", "filename": "noclose.mov", "author": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "created": "2015-06-29T14:13:19.000+0000", "size": 1346468, "mimeType": "video/quicktime" } ], "flagged": false, "summary": "iOS: ListView editActions should hide after selecting an action", "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": "356880", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "PR: https://github.com/appcelerator/titanium_mobile/pull/6955", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2015-07-03T09:12:32.000+0000", "updated": "2015-07-03T09:12:32.000+0000" }, { "id": "356946", "author": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "body": "[~hansknoechel] Whenever possible, attach or paste sample code.\r\n{code}\r\nvar win = Ti.UI.createWindow();\r\nvar listSection = Ti.UI.createListSection({\r\n items: [{\r\n properties: {\r\n canEdit: true,\r\n title: 'Swipe me',\r\n editActions: [{\r\n title: 'First'\r\n }, {\r\n title: 'Second'\r\n }, {\r\n title: 'Third'\r\n }]\r\n }\r\n }] \r\n});\r\nvar listView = Ti.UI.createListView({\r\n top: 20,\r\n sections: [listSection]\r\n});\r\nwin.add(listView);\r\nwin.open();\r\n{code}", "updateAuthor": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-07-06T02:48:55.000+0000", "updated": "2015-07-06T03:10:31.000+0000" }, { "id": "356947", "author": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "body": "CR and FT passed. PR merged.", "updateAuthor": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-07-06T03:11:01.000+0000", "updated": "2015-07-06T03:11:01.000+0000" }, { "id": "362010", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as fixed. Verified that if you select an editAction, the actions are hidden afterwards.\r\n\r\nTested on:\r\n\r\nAppc CLI NPM: 4.2.0-1\r\nAppc CLI Core: 5.0.0-33\r\nArrow: 1.2.52\r\nSDK: 5.0.0.v20150901105514\r\nNode: v0.10.38\r\nOS: Yosemite (10.10.5)\r\nXcode: 7 beta 6\r\nDevices: iphone 6 (8.4.1), iphone 6 simulator (9.0)", "updateAuthor": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-09-02T00:05:33.000+0000", "updated": "2015-09-02T00:05:33.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }