[TIMOB-16057] on Android, text property of label that is on a tableViewRow is not getting updated in callback in Titanium SDK 3.1.3
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | android, defect |
Reporter | Pankaj Goyal |
Assignee | Unknown |
Created | 2013-12-18T10:07:08.000+0000 |
Updated | 2018-02-28T20:03:13.000+0000 |
Description
Hi,
I am trying to select a date from datePicker and display the same on a label that is on a tableViewRow. But In Android I am facing two issues:
1) minDate property of datePicker is not working on Android.
2) text Property of the label is not getting updated after selecting the value from date Picker(in Android).
Working fine in Iphone.
Attached is the sample code that I am using to perform the above operations.
The above issue is not happening in Titanium SDK 3.0.0 but giving issue on SDK 3.1.3
Thanks
Pankaj
Attachments
Please update me on the above issue ASAP. Thanks Pankaj Goyal
I can reproduce the issue with the attached test case and 3.1.3 SDK 1) where the selected date is displayed correctly on iOS simulator but not on Android simulator. 2) Another issue I noticed was that I could not select the date on Android simulator by spinning the picker as it rolls back to the original value. This issue was reported by "Pankaj Goyal" from the community but moving the ticket from TC to ALLOY project changed the reporter to me so I would appreciate if you can change the reporter back to "Pankaj Goyal".