[AC-2757] Cancel button on Searchbar goes disabled if we it blurs.
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Needs more info |
| Resolution Date | 2012-09-11T03:51:18.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Titanium SDK & CLI |
| Labels | iphone |
| Reporter | Suresh Sharma |
| Assignee | Davide Cassenti |
| Created | 2012-08-07T22:49:55.000+0000 |
| Updated | 2016-03-08T07:47:39.000+0000 |
Description
I am using search bar functionality with alphabetically scroll into a list.
It is quit complex to implement But both of the code are separately managed & working very perfectly.
-What is the Bug?
As i start the search by entering text into search field it filters the list accordingly & keyboard being opened.
When i scrolls the list, the keyboard is getting disappeared as i wrote blur() on scroll event of tableview.
in this case the cancel button goes disabled & user is not able to cancel the search.This is the bug.
As i think what it happens, As soon as it gets unfocused the search bar, the cancel button goes disabled.Which is a bug.It doesn't happened in case of native iphone development. (eg. contact list of iphone works perfectly).
Please resolve this bug. I am getting late for delivery of my project.
looking for your reply.
Hello, Can you please post a sample code that shows the problem? Also, I see you are using Titanium 1.7.5, is that correct?
Please provide a sample code, so that we can reproduce the issue. Thank you!