[TIMOB-25645] iOS: Unable to click ListView last item
GitHub Issue | n/a |
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2018-01-15T09:23:49.000+0000 |
Affected Version/s | Release 7.0.1 |
Fix Version/s | n/a |
Components | iOS |
Labels | escalation |
Reporter | Victor Vazquez Montero |
Assignee | Vijay Singh |
Created | 2018-01-04T21:54:19.000+0000 |
Updated | 2018-08-06T17:41:10.000+0000 |
Description
description
when using listview search you are unable to click the last item
how to reproduce
Run attached project
go to ListView
Search "Data1"
Do some Scrolling
Click on the Last item
Alert box is used to verify if the right item was selected, But a different item info shows up in the alert box.
Project
[^LIstViewSearchFailing.zip]
Additional information
customer has a pending release in the upcoming weeks and is considering this urgen.
Attachments
Hi , In 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. e.g. If I click on item with data (" info16 ", " data1 ") it is showing "ItemClicked: index = 15 itemName:info16", which is correct. If I click on item with data (" info46 ", " data1 ") it is showing "ItemClicked: index = 48 itemName:info46" because in index.js if I see the data items, 3 items get typed twice - items.push(createItem(" info28 ", " data1 ")); items.push(createItem(" info29 ", " data2 ")); items.push(createItem(" info30 ", " data3 ")); items.push(createItem(" info28 ", " data1 ")); items.push(createItem(" info29 ", " data2 ")); items.push(createItem(" info30 ", " data3 ")); Please let me know, if this was the issue or you are facing any other issue. Thanks
Yes that is the issue Vijay
[~vvazquezmontero] ,Here is the video of the [issue](https://www.dropbox.com/s/rmj6gqy8g9j16qt/error%20demo.mov?dl=0). Thanks
[~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?
This issue is fixed in TIMOB-25646.
Closing as a duplicate. If this is in error, please reopen.