[ALOY-903] Alloy: __parentSymbol property missing for widgets in TableView
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2013-12-17T19:22:43.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Widgets |
Labels | 1.3.0, alloy |
Reporter | Fokke Zandbergen |
Assignee | Tony Lukasavage |
Created | 2013-12-17T08:27:44.000+0000 |
Updated | 2014-01-06T07:09:40.000+0000 |
Description
Since Alloy 1.3.0-cr Widgets (and Requires) in TableViews don't get the__parentSymbol
property anymore. This causes widgets like [infiniteScroll](https://github.com/fokkezb/nl.fokkezb.infiniteScroll/) to crash the app.
For effective widgets it is essential for them to know about their context.
To reproduce
1. Run the attached project 2. See how it crashes 3. Open theResources/iphone/alloy/controllers/index.js
file to see that indeed the __parentSymbol
property is missing.
4. Try again with an earlier version of Alloy and see it working.
Attachments
File | Date | Size |
---|---|---|
test.zip | 2013-12-17T08:27:44.000+0000 | 4307085 |