[TIMOB-26908] iOS: Focussed text-field freezes parent window
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-04-03T09:07:24.000+0000 |
Affected Version/s | Release 8.0.0 |
Fix Version/s | Release 8.0.1 |
Components | iOS |
Labels | engSchedule, ios, regression, searchBar |
Reporter | Hans Knöchel |
Assignee | Vijay Singh |
Created | 2019-03-18T20:03:06.000+0000 |
Updated | 2019-04-03T09:07:24.000+0000 |
Description
Closing a window with a search being in focus, the parent window freezes. We haven't been able to provide an isolated test case, but it can be reproduced with a list-view + search-bar. I suspect the search-controller does not hide before the parent window closes and then stays in the VC stack.
I don't see any possible workaround so far, except overriding the native back button with an own one which is a no go as well.
cc [~vsingh] as you recently worked on this - maybe you have a quick fix for this!
[~hknoechel] Can you please give a test case to reproduce this? Thanks!
Et voilá:
Related: I also noticed that: -
showSearchBarInNavBar
does not work if you use custom item templates (TIMOB-26913) -showSearchBarInNavBar
flickers if focussed on close (TIMOB-26912) Thanks [~vijaysingh]!PR(8_0_X)- https://github.com/appcelerator/titanium_mobile/pull/10810 PR(master) - https://github.com/appcelerator/titanium_mobile/pull/10811
Thanks for the pull vijay! Testing it in our app today.
FR Passed, Waiting on Jenkins.
*Closing ticket* Fix verified in SDK Version
8.0.1.v20190402094527
and SDK Version8.1.0.v20190402113644
Test and other information can be found at: PR(8_0_X)- https://github.com/appcelerator/titanium_mobile/pull/10810 PR(master) - https://github.com/appcelerator/titanium_mobile/pull/10811