[ALOY-1058] Picker is not displayed if 'type' property is set in .TSS
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-06-23T17:34:18.000+0000 |
Affected Version/s | Alloy 1.4.0 |
Fix Version/s | Alloy 1.4.0 |
Components | XML |
Labels | qe-3.3.0, qe-testadded |
Reporter | Federico Casali |
Assignee | Feon Sua Xin Miao |
Created | 2014-06-20T21:49:45.000+0000 |
Updated | 2014-06-27T17:24:45.000+0000 |
Description
Problem description
A Picker is not visible if the picker type property is set in the styles .tss If set in .XML works fine. Using Alloy 1.3.1 another issue is present, preventing actually the App to run (see ALOY-1003)Steps to reproduce
1. Use the sample code attached. 2. Run the App Result: Picker is not visible 3. Put the type property in index.xml
<Picker id="picker"
minDate="2014,4,1"
type="Ti.UI.PICKER_TYPE_DATE"
maxDate="May 1, 2014 12:00:00"
value="2014-04-15T12:00:00">
</Picker>
and build/run
Result: Picker is now correctly displayed
Attachments
File | Date | Size |
---|---|---|
pickerType.zip | 2014-06-20T21:49:45.000+0000 | 5914233 |