[TIMOB-8278] MobileWeb: Picker: Android Browser: date and time picker is not being displayed as a picker
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-02T22:18:32.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | tbs-future |
Reporter | Natalie Huynh |
Assignee | Chris Barber |
Created | 2012-03-24T12:44:02.000+0000 |
Updated | 2017-05-02T22:18:32.000+0000 |
Description
Steps To Reproduce:
1. Launch KS to device
2. Run Controls > Picker > Date/Time Picker
3. Click on the date
Actual:
A picker is not displayed it becomes a text field
Expected:
A picker to set time and date
Note:
Does not occur on iPad 3 (5.1)
Unfortuantely this is extremely non-trivial to fix. Right now, the only browser that supports date/time pickers is iOS, and even they don't support it well. To fix this, we need to implement our own date picker from scratch. The problem is that date pickers are very sensitive to internationalization/localization, and to implement them properly will take a very long time. Obviously we need to do this, but there is no way we can do it in Sprint 2012-07, so I changed it to a tbs-future.
Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.