[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 |
PR: https://github.com/appcelerator/alloy/pull/460 Test app: https://github.com/feons/alloy/tree/ALOY-1058/test/apps/testing/ALOY-1058 Functional Test: 1. Run the test app, the picker type property is set in .tss 2. The picker is visible
PR merged and cherry-picked to 1_4_X branch
Verified as fixed. TiSDk 3.3.0.v20140627094114 Appcelerator Studio 3.3.0.201406171619 CLI 3.3.0-rc3 Alloy 1.4.0-rc2 Closing.