[TIMOB-25297] Windows: Ti.UI.Picker properties not working
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2017-09-18T00:30:50.000+0000 |
Affected Version/s | Release 6.1.2 |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Ricardo Ramirez |
Assignee | Kota Iguchi |
Created | 2017-09-15T19:25:59.000+0000 |
Updated | 2017-09-18T00:31:20.000+0000 |
Description
Issue description
For Ti.UI.Picker, touchEnabled property and setSelectedRow method are not working in Windows.
PFA the sample project created to test these. In window open event of the index page, these are applied to the Picker in that page.
Steps to reproduce:
Run the attached windows application - TestPicker.
The picker will stay enabled and the row selected via controller will not be selected in UI.
Attachments
Picker.setSelectedRow
is implemented by TIMOB-25247Picker.touchEnabled
issue duplicates TIMOB-25306