[ALOY-689] ALOY: Bottons are not displayed using the proxy properties.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-06-05T12:53:50.000+0000 |
Affected Version/s | Alloy 1.1.3 |
Fix Version/s | n/a |
Components | n/a |
Labels | qe-3.1.1 |
Reporter | Paras Mishra |
Assignee | Tony Lukasavage |
Created | 2013-06-05T11:32:06.000+0000 |
Updated | 2014-06-22T13:23:18.000+0000 |
Description
ALOY: Bottons are not displayed using the proxy properties.
Steps to reproduce:
1. Run the following app as test/apps/ui/proxy_properties/' from the alloy repository.
Expected:
Custom title is displayed (set with TitleControl) with two custom buttons.
Actual:
No buttons are displayed.
If you go to the documentation for these proxy properties, for example [Ti.UI.Window](http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.UI.Window), you'll find that these properties are not supported on Android, explaining the behavior you are seeing.