[AC-498] SearchBar and ListView sectionIndexTitles
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | n/a |
Status | Resolved |
Resolution | Cannot Reproduce |
Resolution Date | 2015-11-12T08:47:18.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Sebastian Klaus |
Assignee | Shak Hossain |
Created | 2015-11-11T15:47:27.000+0000 |
Updated | 2015-11-12T08:47:18.000+0000 |
Description
Operating System
Name = Mac OS X
Version = 10.11.1
Architecture = 64bit
# CPUs = 8
Memory = 17179869184
Node.js
Node.js Version = 0.12.7
npm Version = 2.11.3
Titanium CLI
CLI Version = 4.1.5
Titanium SDK
SDK Version = 5.2.0.v20151021171225
SDK Path = /Volumes/Data/Users/sebastian/Library/Application Support/Titanium/mobilesdk/osx/5.2.0.v20151021171225
Target Platform = iphone
A listView with search AND sectionIndexTitles shows a graphical issue
Attachments
File | Date | Size |
---|---|---|
AC-498.zip | 2015-11-12T08:07:28.000+0000 | 9898709 |
Simulator Screen Shot 11.11.2015, 16.34.18.png | 2015-11-11T15:46:36.000+0000 | 49121 |
Simulator Screen Shot Nov 12, 2015, 11.37.15 AM.png | 2015-11-12T05:55:18.000+0000 | 65290 |
[~aislam] can you share your working code, that I can compare? that would be really helpful. thanks
Find the *Test Code*
Thanks. I found out what the error was. I populated the listView with a function when the window open event was triggered. Calling the function outside the open event solved the problem.