{ "id": "91100", "key": "TIMOB-8934", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2013-02-26T11:17:50.000+0000", "created": "2012-04-30T17:05:46.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "api", "module_textfield", "parity", "qe-and060112", "qe-review", "qe-testadded" ], "versions": [ { "id": "13273", "description": "Release 2.0.2", "name": "Release 2.0.2", "archived": false, "released": true, "releaseDate": "2012-05-31" }, { "id": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" }, { "id": "13272", "description": "Release 2.0.1", "name": "Release 2.0.1", "archived": true, "released": true, "releaseDate": "2012-04-16" } ], "issuelinks": [], "assignee": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-03-13T19:13:11.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": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "Details: When you createTextField() and set *autocorrect* to false and *keyboardType* to Ti.UI.KEYBOARD_DECIMAL_PAD, the decimal keyboard does not appear on Android devices. And, you cannot use the period as a decimal point.\r\n\r\nHowever, the decimal keyboard will appear on iOS devices.\r\n\r\nSteps to reproduce:\r\n1. Launch the following code on Android:\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor:'white'\r\n});\r\n\r\nvar textField = Ti.UI.createTextField({\r\n\t \thintText: 'text field',\r\n borderStyle: Ti.UI.INPUT_BORDERSTYLE_ROUNDED,\r\n autocorrect: false,\r\n keyboardType: Ti.UI.KEYBOARD_DECIMAL_PAD\r\n});\r\n\r\nwin.add(textField);\r\n\r\nwin.open();\r\n{code}\r\n\r\nActual: The decimal keyboard does not appear on Android devices and you cannot use the decimal point. See attachments.\r\nExpected: The decimal keyboard should appear on Android devices like on iOS devices.\r\n\r\nNote:\r\n* This bug is not a regression\r\n* Above code works on iOS", "attachment": [ { "id": "27469", "filename": "droid_no_decimal.png", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-04-30T17:05:46.000+0000", "size": 49645, "mimeType": "image/png" }, { "id": "27470", "filename": "ios_decimal.png", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-04-30T17:05:46.000+0000", "size": 28498, "mimeType": "image/png" } ], "flagged": false, "summary": "Android: TextField - If autocorrect is set to false, then the decimal keyboard does not appear and user cannot use the decimal point", "creator": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "SDK build: 2.0.1.GA2, 2.0.2.v20120418121806\r\nRuntime: V8, Rhino\r\nTitanium Studio, build: 2.0.2.201204271900\r\nDevice: Droid 1 (2.2.3)", "comment": { "comments": [ { "id": "199687", "author": { "name": "mgadiya", "key": "mgadiya", "displayName": "Mukesh Gadiya", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Galaxy Nexus - 4.0.4\r\nSDK 2.1.0.v20120621132259\r\nStudio build: 2.0.2.201205311912\r\nV8", "updateAuthor": { "name": "mgadiya", "key": "mgadiya", "displayName": "Mukesh Gadiya", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-21T18:05:43.000+0000", "updated": "2012-06-21T18:05:43.000+0000" }, { "id": "199793", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Bug still occurs on:\r\n\r\nSDK build: 2.1.0.v20120621224153\r\nTitanium Studio, build: 2.1.0.201206211609\r\nRuntime: v8\r\nDevice: Droid 1 (2.2.3)", "updateAuthor": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-06-22T13:04:59.000+0000", "updated": "2012-06-22T13:05:20.000+0000" }, { "id": "239784", "author": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Issue does not reproduce with sdk 3.0.2 and 3.1.0 .", "updateAuthor": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-02-26T11:17:50.000+0000", "updated": "2013-02-26T11:17:50.000+0000" }, { "id": "240048", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Cannot reproduce this issue with:\nTested with:\nTitanium Studio, build: 3.0.2.201302191606\nTitanium SDK, build: 3.0.2.GA\nDevices:\nNexus 7 Android version 4.2\nGalaxyS3 Android version 4.0.4\nNexus 4 Android version 4.2", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-02-27T20:58:32.000+0000", "updated": "2013-02-27T20:58:32.000+0000" }, { "id": "240531", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested with:\nTitanium Studio, build: 3.0.2.201302191606\nTitanium SSDK, build: 3.1.0.v20130303194855\nDevice:\nNexus4 Android version: 4.2\nClosing as Cannot Reproduce.", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-04T17:48:32.000+0000", "updated": "2013-03-04T17:48:32.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }