{ "id": "97796", "key": "TIMOB-10090", "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": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2012-07-23T14:57:51.000+0000", "created": "2012-07-23T12:36:39.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "api" ], "versions": [ { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "issuelinks": [ { "id": "19103", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "93667", "key": "TIMOB-9717", "fields": { "summary": "MobileWeb: textFields are not focusable on Chrome", "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" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2014-01-28T23:48:58.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": "11500", "name": "MobileWeb", "description": "Mobile Web (HTML) Platform" } ], "description": "h4. Chrome has issues with textfields.\r\n\r\nTextfields do not show hintText or value and cannot be modified until the user has opened and closed the javascript console.\r\n\r\nh4. Steps to reproduce:\r\nStep 1: run the code below for mobile web on chrome\r\nStep 2: note the single view in the window.\r\nStep 3: Notice their is no visible hintText (probable bug)\r\nStep 4: Click on the field and type, notice no text is entered into the textfield\r\nStep 5: Open the javascript console\r\nStep 6: Close the javascript console\r\nStep 7: Notice any hiddenText\r\nStep 8: Click on the field and type, notice now that the textfield works.\r\n\r\n\r\n{code:app.js}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor:'#555'\r\n});\r\nvar text = Ti.UI.createTextField({\r\n\tborderWidth: 1,\r\n\tborderColor: '#F00',\r\n\thintText: 'required',\r\n\twidth: 200,\r\n\theight: 50\r\n});\r\nwin.add(text);\r\nwin.open();\r\n{code} \r\n", "attachment": [], "flagged": false, "summary": "MobileWeb: Textfield - does not show hintText or value and uneditable until console is opened and closed in Chrome", "creator": { "name": "amiller", "key": "amiller", "displayName": "Alexander Miller", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "amiller", "key": "amiller", "displayName": "Alexander Miller", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "TiSDK 2.2.0.v20120710122120\r\nGoogle Chrome Version 20.0.1132.57", "comment": { "comments": [ { "id": "208965", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "This is a duplicate of TIMOB-9717.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2012-07-23T14:57:51.000+0000", "updated": "2012-07-23T14:57:51.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }