Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-25645] iOS: Unable to click ListView last item

GitHub Issuen/a
TypeBug
PriorityNone
StatusClosed
ResolutionDuplicate
Resolution Date2018-01-15T09:23:49.000+0000
Affected Version/sRelease 7.0.1
Fix Version/sn/a
ComponentsiOS
Labelsescalation
ReporterVictor Vazquez Montero
AssigneeVijay Singh
Created2018-01-04T21:54:19.000+0000
Updated2018-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

FileDateSize
LIstViewSearchFailing.zip2018-01-04T21:53:10.000+0000707269

Comments

  1. Vijay Singh 2018-01-05

    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
  2. Victor Vazquez Montero 2018-01-05

    Yes that is the issue Vijay
  3. Mostafizur Rahman 2018-01-09

    [~vvazquezmontero] ,Here is the video of the [issue](https://www.dropbox.com/s/rmj6gqy8g9j16qt/error%20demo.mov?dl=0). Thanks
  4. Victor Vazquez Montero 2018-01-10

    [~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?
  5. Vijay Singh 2018-01-15

    This issue is fixed in TIMOB-25646.
  6. Eric Merriman 2018-08-06

    Closing as a duplicate. If this is in error, please reopen.

JSON Source