{ "id": "170729", "key": "TIMOB-25645", "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": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2018-01-15T09:23:49.000+0000", "created": "2018-01-04T21:54:19.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [ "escalation" ], "versions": [ { "id": "19988", "description": "", "name": "Release 7.0.1", "archived": false, "released": true, "releaseDate": "2017-12-21" } ], "issuelinks": [ { "id": "56252", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "170730", "key": "TIMOB-25646", "fields": { "summary": "iOS: After Listview Search overlay not appearing", "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" } }, "priority": { "name": "Critical", "id": "1" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "vijaysingh", "key": "vijaysingh", "displayName": "Vijay Singh", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2018-08-06T17:41:10.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\nwhen using listview search you are unable to click the last item \r\n\r\nh5. how to reproduce\r\nRun attached project\r\ngo to ListView \r\nSearch \"Data1\" \r\nDo some Scrolling \r\nClick on the Last item \r\nAlert box is used to verify if the right item was selected, But a different item info shows up in the alert box.\r\n\r\nh5. Project\r\n [^LIstViewSearchFailing.zip] \r\n\r\nh5. Additional information\r\ncustomer has a pending release in the upcoming weeks and is considering this urgen.", "attachment": [ { "id": "63898", "filename": "LIstViewSearchFailing.zip", "author": { "name": "vvazquezmontero", "key": "vvazquezmontero", "displayName": "Victor Vazquez Montero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-01-04T21:53:10.000+0000", "size": 707269, "mimeType": "application/zip" } ], "flagged": false, "summary": "iOS: Unable to click ListView last item", "creator": { "name": "vvazquezmontero", "key": "vvazquezmontero", "displayName": "Victor Vazquez Montero", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "vvazquezmontero", "key": "vvazquezmontero", "displayName": "Victor Vazquez Montero", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Xcode version= 9.2\r\niOS version= 11.2\r\nJDK = 1.8.0_121\r\nnode= 8.9.3\r\nMac OS X \r\nVersion 10.12.6\r\n64 bit\r\n8 CPUs\r\n16GB of memory\r\nCLI 5.0.14", "closedSprints": [ { "id": 985, "state": "closed", "name": "2018 Sprint 01 SDK", "startDate": "2017-12-31T16:58:54.631Z", "endDate": "2018-01-14T16:58:00.000Z", "completeDate": "2018-01-17T22:44:27.028Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "432779", "author": { "name": "vijaysingh", "key": "vijaysingh", "displayName": "Vijay Singh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hi ,\r\n \r\nIn case of search result if we click on any item , it will show the index with respect to original list, not searched list. As for as other data is concerned, it will show the data of selected item.\r\n\r\ne.g. If I click on item with data (\"\tinfo16\t\", \"\tdata1\t\") it is showing\r\n\"ItemClicked: index = 15 itemName:info16\", which is correct.\r\n\r\nIf I click on item with data (\"\tinfo46\t\", \"\tdata1\t\") it is showing\r\n\"ItemClicked: index = 48 itemName:info46\" because in index.js if I see the data items, 3 items get typed twice -\r\n\r\n items.push(createItem(\"\tinfo28\t\", \"\tdata1\t\"));\r\n\titems.push(createItem(\"\tinfo29\t\", \"\tdata2\t\"));\r\n\titems.push(createItem(\"\tinfo30\t\", \"\tdata3\t\"));\r\n\titems.push(createItem(\"\tinfo28\t\", \"\tdata1\t\"));\r\n\titems.push(createItem(\"\tinfo29\t\", \"\tdata2\t\"));\r\n\titems.push(createItem(\"\tinfo30\t\", \"\tdata3\t\"));\r\n\t\r\nPlease let me know, if this was the issue or you are facing any other issue. Thanks ", "updateAuthor": { "name": "vijaysingh", "key": "vijaysingh", "displayName": "Vijay Singh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-01-05T09:51:01.000+0000", "updated": "2018-01-05T09:51:01.000+0000" }, { "id": "432790", "author": { "name": "vvazquezmontero", "key": "vvazquezmontero", "displayName": "Victor Vazquez Montero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Yes that is the issue Vijay\r\n", "updateAuthor": { "name": "vvazquezmontero", "key": "vvazquezmontero", "displayName": "Victor Vazquez Montero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-01-05T19:49:28.000+0000", "updated": "2018-01-05T19:49:28.000+0000" }, { "id": "432907", "author": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "body": "[~vvazquezmontero] ,Here is the video of the [issue|https://www.dropbox.com/s/rmj6gqy8g9j16qt/error%20demo.mov?dl=0].\r\nThanks", "updateAuthor": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "created": "2018-01-09T12:38:52.000+0000", "updated": "2018-01-09T12:38:52.000+0000" }, { "id": "432992", "author": { "name": "vvazquezmontero", "key": "vvazquezmontero", "displayName": "Victor Vazquez Montero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~vijaysingh] I confirmed with the user that when keyboard is present click on the ListView Search they are able to click the correct item. The issue is there app dismisses the keyboard once scrolling and they are not able to return the correct items on click. Is there any way we could provide a workaround for this? \r\n", "updateAuthor": { "name": "vvazquezmontero", "key": "vvazquezmontero", "displayName": "Victor Vazquez Montero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-01-10T21:16:11.000+0000", "updated": "2018-01-10T21:16:11.000+0000" }, { "id": "433140", "author": { "name": "vijaysingh", "key": "vijaysingh", "displayName": "Vijay Singh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This issue is fixed in TIMOB-25646.", "updateAuthor": { "name": "vijaysingh", "key": "vijaysingh", "displayName": "Vijay Singh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-01-15T03:54:14.000+0000", "updated": "2018-01-15T03:54:14.000+0000" }, { "id": "440006", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as a duplicate. If this is in error, please reopen.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-08-06T17:41:10.000+0000", "updated": "2018-08-06T17:41:10.000+0000" } ], "maxResults": 11, "total": 11, "startAt": 0 } } }