[ALOY-160] BaseController.js setParent() fails when given an Alloy conroller
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2012-08-06T09:26:46.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Runtime |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2012-08-06T09:21:37.000+0000 |
Updated | 2018-03-07T22:25:48.000+0000 |
Description
This can be simply resolved by having
setParent()
check to see if the given root
is an Alloy component. If it is, handle appropriately.
No comments