[TIMOB-16157] ListView Phase 2 - Templates and Search not working together
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-09-12T13:56:59.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2014 Sprint 01, 2014 Sprint 01 API, Release 3.2.1, Release 3.3.0 |
Components | iOS |
Labels | ios7, listview, module_listview, qe-manualtest, sdk3.2 |
Reporter | Craig Jones |
Assignee | Vishal Duggal |
Created | 2014-01-09T15:02:57.000+0000 |
Updated | 2014-09-12T13:56:59.000+0000 |
I can confirm this behavior. My workaround was to put the search bar outside of the list view and use the searchText property when the onChange event is fired on the searchBar.
Hi Darren, Thanks so much for your work around, tried and tested and works a treat. Altered code below allows a neater ListView now to be implemented on my apps - thank you! However (inc AppC guys) - I'm thinking this is just a work around as I can't use searchHidden: false now?
Pull pending against master https://github.com/appcelerator/titanium_mobile/pull/5199 Backport to 3_2_X https://github.com/appcelerator/titanium_mobile/pull/5200
Closing ticket as fixed. Verified using the modified sample app (see below) that I was able to search for items on the list. *Tested on:* Appcelerator Studio, build: 3.2.1.201401091743 SDK build: 3.2.1.v20140110140111, 3.3.0.v20140110133250 CLI: 3.2.1-beta Alloy: 1.3.1-beta2 Xcode: 5.0.2 Devices: iphone 5 (6.1.3), iphone 5s (7.0.2), iphone 4s (7.0.4) *Note to QE*: Here is the modified sample app that I used to verify the ticket: