Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: Release 8.2.1, Release 8.2.0
-
Fix Version/s: Release 8.2.1
-
Component/s: iOS
-
Labels:
-
Environment:
iOS 13, TiSDK 8.2.0.GA or latest 8.2.1
Description
The SearchBar in a ListView on iOS 13 doesn't behave at all. Positioning is off, blurring doesn't work properly and once you do blur overlay doesn't go away.
It works well with 8.2.0.GA on iOS 12.
Reproducible code. No related tss/js code, just open this up.
<Alloy> |
<NavigationWindow> |
<Window backgroundColor="white" id="indexWin"> |
<ListView id="listView" defaultItemTemplate="template"> |
<SearchBar id="mysearch" barColor="#DC3DC3" /> |
<Templates> |
<ItemTemplate name="template" height="150"> |
<!-- <ImageView bindId="pic" id="icon" /> --> |
<Label bindId="info" id="title" /> |
<Label bindId="es_info" id="subtitle" /> |
</ItemTemplate> |
</Templates> |
<ListSection> |
<ListItem info:text="Apple" es_info:text="Apple" /> |
<ListItem info:text="Banana" es_info:text="Banana" /> |
<ListItem info:text="Papaya" es_info:text="Papaya" /> |
<ListItem info:text="Orange" es_info:text="Orange" /> |
<ListItem info:text="Carrot" es_info:text="Zanahoria" /> |
<ListItem info:text="Potato" es_info:text="Patata" /> |
<ListItem info:text="Tomato" es_info:text="Tomato" /> |
<ListItem info:text="Beans" es_info:text="Beans" /> |
<ListItem info:text="Corn" es_info:text="Maiz" /> |
<ListItem info:text="Rice" es_info:text="Arroz" /> |
</ListSection> |
</ListView> |
</Window> |
</NavigationWindow> |
</Alloy> |
Attachments
Issue Links
- is blocked by
-
TIMOB-27492 Searchbar issue on tableView with latest iOS SDK
-
- Closed
-
- relates to
-
TIMOB-28170 TI.UI.SearchBar Test Suite: TI.UI.SearchBar TIMOB-27446 iOS Only
-
- Open
-