Issue Description
Adding the EditActions for the listview. Listview also having the search functionality using SearchBar Edit Functionalities are working especially swipe to delete in the list view data.
But, Using the search bar, tapping on searching the results, swipe to delete feature is not working
Steps to replicate
Run the project
Swipe on the list items to see the options in the rows
Make a search like "papaya"
Swipe again to see the options in a result
The option is not showing.
Expected results
List item options should be showed even after search
This can be achieved as soon as we migrate the
UISearchDisplayController
to theUISearchController
. See TIMOB-24335 for details. Test-Case (to be achieved):Any updates here?
Hi [~emerriman] Is possible to include this one on the current sprint ?
Reproduced with this environment: Node Version: 6.10.1 NPM Version: 3.10.10 Mac OS: 10.12.4 Appc CLI: 6.2.0 Appc CLI NPM: 4.2.9 Titanium SDK version: 6.0.3.GA Appcelerator Studio, build: 4.8.1.201612050850 Xcode 8.2.1 [~emerriman] Yes, I can reproduce it. Without any filtering, when I swipe to the left on any list item, there are options to either edit or delete. When I type anything in the search field, and I select any items that matched the search, the options do not appear if I try to swipe left on any selected item.
We will be able to fix this when TIMOB-24335 is implemented, see the above comments for details.
PR: https://github.com/appcelerator/titanium_mobile/pull/9227 Test Cases - /// Search with search bar and listview
2.
3.
4.
/// Search using searchbar inbuilt in listview 1.
2.
3.
4.
Backported PR (6_2_X) : https://github.com/appcelerator/titanium_mobile/pull/9303
FR Passed. Able to perform edit/delete actions on search results for ListViews and TableViews using searchbars
Verified in builds SDK 6.2.0.v20170816173122 & 7.0.0.v20170818091652