GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-03-25T06:18:59.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2014 Sprint 06, 2014 Sprint 06 Tooling, Release 3.3.0 |
Components | Windows Hybrid |
Labels | module_hybrid, qe-testadded |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2014-03-25T06:16:42.000+0000 |
Updated | 2014-07-02T16:25:15.000+0000 |
When looking up instances, it does a == comparison to see if the dictionary value matches the passed in object, instead of calling Equals().
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/5519 3_2_X_hybrid pull request: https://github.com/appcelerator/titanium_mobile/pull/5520
I updated the example in the guide.
Verified on: Windows 8.1 Appcelerator Studio, build: 3.3.0.201406271159 Titanium SDK, build: 3.3.0.v20140701104113 Titanium CLI, build: 3.3.0-rc4 Alloy: 1.4.0-rc3 Visual Studio, build: 2013 (12.0.30501.00 Update 2) Windows Device: Nokia Lumia 520 (8.0) Using the updated example in the guide worked. Four buttons load successfully on screen. Studio log shows 23 Instances are created. Closing.