[TIMOB-25741] iOS:Tableview with custom rows becomes blank on search bar OnFocus
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2018-02-01T15:06:06.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | escalation |
Reporter | Mostafizur Rahman |
Assignee | Vijay Singh |
Created | 2018-02-01T09:28:18.000+0000 |
Updated | 2018-08-06T17:41:09.000+0000 |
Description
Tableview with custom rows becomes blank on search bar OnFocus
*Test Environments:*
Appcelerator Command-Line Interface, version 7.0.1
Operating System Mac OS X,Version 10.13.2,Architecture 64bit, CPUs 4,Memory 8.0GB
Node.js Version = 8.9.1
npm Version = 5.5.1
Appcelerator CLI 4.2.11
Core Package 7.0.1
Titanium CLI 5.0.14
node-appc Version 0.2.41
Titanium SDK 7.0.1.GA
iOS SDK: 11.1-Simulator iPhone X
Xcode 9.1,9.2
*Test Code:*
*index.js*
$.index.open();
*index.xml*
<Alloy>
<Window title="TableView Search Issue">
<TableView filterAttribute="customSearchProp" top="20">
<SearchBar platform="android,ios"/>
<TableViewSection>
<TableViewRow customSearchProp='Row 1'>
<View height="40">
<Label text="Row 1"></Label>
</View>
</TableViewRow>
<TableViewRow customSearchProp='Row 3'>
<View height="40">
<Label text="Row 2" ></Label>
</View>
</TableViewRow>
<TableViewRow customSearchProp='Row 3'>
<View height="40">
<Label text="Row 3"></Label>
</View>
</TableViewRow>
</TableViewSection>
</TableView>
</Window>
</Alloy>
*Test Steps:*
1. Create an alloy project
2. Paste the sample code to app folder
3. Run Via simlator
4. Click on searchbar and observe that tableview becomes blank on search bar OnFocus
*Output*:[Screenshot| https://s17.postimg.org/ouj2zhgwf/Simulator_Screen_Shot_-_i_Phone_X_-_2018-02-01_at_15.01.03.png]
Fixed in 7.0.2 as part of TIMOB-25646. Release likely next week, but already available in the RC version released this week.
Closing as a duplicate. If this is in error, please reopen.