{ "id": "115654", "key": "AC-2166", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "8", "description": "", "name": "Needs more info" }, "resolutiondate": "2013-06-20T21:09:42.000+0000", "created": "2013-06-07T01:46:39.000+0000", "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2016-03-08T07:41:09.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [], "description": "h3. Steps to Reproduce\r\ninserted code from TI. When I get to the page that has the drop down box for the date picker it is large with the roll (month, day, year) then the calender. I would like only the caldender only. Additionally, when picking the date it does not show in the drop down box after selection.\r\n\r\nh3. Actual Result\r\nentering the screen receive a two piece calender before other items are inputed that are above the calender drop down.\r\n\r\nh3. Expected Result\r\nwould like calender and the date to be shown in the box", "attachment": [ { "id": "39566", "filename": ".log", "author": { "name": "4rensycs", "key": "4rensycs", "displayName": "Ron Arnold", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-06-07T01:46:43.000+0000", "size": 356422, "mimeType": "application/octet-stream; charset=ISO-8859-1" }, { "id": "39567", "filename": "diagnostic460510251992043358.log", "author": { "name": "4rensycs", "key": "4rensycs", "displayName": "Ron Arnold", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-06-07T01:46:47.000+0000", "size": 7042, "mimeType": "application/octet-stream; charset=ISO-8859-1" } ], "flagged": false, "summary": "Calender Picker", "creator": { "name": "4rensycs", "key": "4rensycs", "displayName": "Ron Arnold", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "4rensycs", "key": "4rensycs", "displayName": "Ron Arnold", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium Studio 3.1.0", "comment": { "comments": [ { "id": "257839", "author": { "name": "clathrop", "key": "clathrop", "displayName": "Carter Lathrop", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hello Ron,\n\nI would be glad to help you out with this issue. To clarify, you are seeing this issue on iOS correct? Also, is this the code you are testing with, it is from the TI docs here (http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.UI.Picker-method-showDatePickerDialog)?:\n\n{code}\nTi.UI.backgroundColor = 'white';\nvar win = Ti.UI.createWindow({\n exitOnClose: true,\n layout: 'vertical'\n});\n\nvar picker = Ti.UI.createPicker({\n type:Ti.UI.PICKER_TYPE_DATE,\n minDate:new Date(2009,0,1),\n maxDate:new Date(2014,11,31),\n value:new Date(2014,3,12),\n top:50\n});\n\nwin.add(picker);\nwin.open();\n\npicker.addEventListener('change',function(e){\n Ti.API.info(\"User selected date: \" + e.value.toLocaleString());\n});\n{code}\n\nIf not, please provide the code sample where you are seeing this issue as it will ensure that we are both on the same page and I can assist you further. For this code sample, I am only able to see a scrollable date picker. Would you mind elaborating on how to see the calendar or provide the code that shows this?\n\nThanks,\nCarter", "updateAuthor": { "name": "clathrop", "key": "clathrop", "displayName": "Carter Lathrop", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-06-14T06:05:00.000+0000", "updated": "2013-06-14T06:05:00.000+0000" }, { "id": "283159", "author": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "body": "We have not heard back from you since you posted the issue. Not sure if you had a chance to try out the recommendations posted by Carter. If are still having an issue, please send us a test case so that we can take next necessary step to fix. If we don't hear back, we will assume the issue is no longer valid and close it. ", "updateAuthor": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-12-09T05:39:14.000+0000", "updated": "2013-12-09T05:39:14.000+0000" }, { "id": "286066", "author": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing since there is no response back from Ron.", "updateAuthor": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-12-28T06:50:57.000+0000", "updated": "2013-12-28T06:50:57.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }