Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Duplicate
-
Affects Version/s: Release 5.2.2
-
Fix Version/s: Release 5.4.0
-
Component/s: Windows
-
Story Points:5
-
Sprint:2016 Sprint 11 SDK
Description
Unable to change the options in the picker after the first time. It only works once. This is happening on windows device Microsoft Windows 8.1 Enterprise and emulator 8.1 WVGA 4 inch 512MB.
Test Code: reporter’s sample code.
index.js
|
var picker = Ti.UI.createPicker({
|
top:50,
|
});
|
|
var data = [];
|
data[0]=Ti.UI.createPickerRow({title:'Bananas'});
|
data[1]=Ti.UI.createPickerRow({title:'Strawberries'});
|
data[2]=Ti.UI.createPickerRow({title:'Mangos'});
|
data[3]=Ti.UI.createPickerRow({title:'Grapes'});
|
picker.add(data);
|
picker.selectionIndicator = true;
|
$.win.add(picker);
|
$.win.open();
|
index.xml
<Alloy>
|
<Window id="win" backgroundColor="black" layout="vertical" exitOnClose="true">
|
</Window>
|
</Alloy>
|
Test Environment:
Device: Microsoft Windows 8.1 Enterprise,Emulator: Emulator 8.1 WVGA 4 inch 512MB
Node.js Version = 0.12.7
npm Version = 2.11.3
SDK Version = 5.4.0.v20160404231726,5.2.2.GA
Appcelerator Command-Line Interface, version 5.2.0
Test Steps:
- Import the app.
- Run the project on windows device/emulator.
- Try to select the picker options,it is getting selected for the first time. After that unable to select any picker options.
Test Results:
See attachments.
Attachments
Issue Links
- links to