[AC-815] Alloy Nested Views (Third Sibling)
| GitHub Issue | n/a |
| Type | Bug |
| Priority | n/a |
| Status | Resolved |
| Resolution | Cannot Reproduce |
| Resolution Date | 2015-09-17T06:43:56.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Alloy, Studio |
| Labels | android |
| Reporter | Zeshan Bilal |
| Assignee | Shak Hossain |
| Created | 2014-09-09T17:12:03.000+0000 |
| Updated | 2016-03-08T07:37:05.000+0000 |
Description
Third sibling nested view (a view inside a view) does not appear. Was working on some code and then realized something is fishy here so started a blank app to test my hypothesis.
Maybe it's required to use the tag to input external view file but even with this third sibling doesn't work.
Attachments
| File | Date | Size |
| app.zip | 2014-09-09T17:12:03.000+0000 | 5890851 |
Hello, I have retested this issue and this is not a valid bug. Alloy nested views work properly as per details test case below. *Testing Environment:* Appcelerator Studio, build: 4.2.0.201508141038 Titanium SDK: 4.1.0 GA Alloy Version: 1.6.2 iOS simulator: iphone 5s(v8.1) Android Emulator: Google Nexus 6 - 5.1.0 OS X version: 10.9.5 *Test Case:* index.xml
index.tssThanks."#view1": { height: 90, width: 90, backgroundColor:'red' } "#view2": { width: 60, height: 60, backgroundColor:'green' } "#view3": { height: 30, width:30, backgroundColor: 'blue' }