{ "id": "83781", "key": "TIMOB-6652", "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": [ { "id": "12091", "description": "", "name": "Sprint 2011-51", "archived": true, "released": true, "releaseDate": "2011-12-26" }, { "id": "12593", "name": "Release 2.0.0", "archived": false, "released": true, "releaseDate": "2012-03-30" }, { "id": "12677", "description": "Release 1.8 Service Pack 1", "name": "Release 1.8.1", "archived": true, "released": true, "releaseDate": "2012-01-31" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-02-01T12:50:37.000+0000", "created": "2011-12-13T17:56:28.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "module_textfield", "parity", "qe-testadded" ], "versions": [ { "id": "12570", "name": "Release 1.7.5", "archived": true, "released": true, "releaseDate": "2011-11-02" } ], "issuelinks": [], "assignee": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2012-03-04T22:04:50.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "In the following code excerpt, the text area is not focusable. If the `// color: 'black'` line is uncommented, the text area works as expected.\r\n\r\n{code}\r\n var win1 = Titanium.UI.createWindow({ \r\n title:'TextArea Test',\r\n backgroundColor:'#fff'\r\n });\r\n\r\n var textarea = Titanium.UI.createTextArea({\r\n \tcolor: 'black',\r\n\thintText : 'Focus to see keyboard w/ toolbar',\r\n\theight : 120,\r\n\twidth : 300,\r\n\ttop : 10,\r\n });\r\n\r\n win1.add(textarea);\r\n win1.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: TextArea with no color is not focusable", "creator": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "176015", "author": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Note that this is not a regression. Occurs in 1.7.5.\r\n", "updateAuthor": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-12-13T17:58:16.000+0000", "updated": "2011-12-13T17:58:16.000+0000" }, { "id": "176024", "author": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Aha. This is because we don't force a load of textarea on a resize. Technically speaking, color, or almost any other text-specific property will suffice. Still, d'oh.", "updateAuthor": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-12-13T21:38:51.000+0000", "updated": "2011-12-13T21:38:51.000+0000" }, { "id": "179145", "author": { "name": "mpettiford", "key": "mpettiford", "displayName": "Michael Pettiford", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing issue\r\n\r\nTested with Ti Studio 1.0.8.201201101928\r\nTi Mob SDK 1.9.0.v20120111233134\r\nOSX Lion\r\niPhone 4S, iPad 2\r\n\r\nExpected result of text area being focused is shown", "updateAuthor": { "name": "mpettiford", "key": "mpettiford", "displayName": "Michael Pettiford", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-01-12T17:19:03.000+0000", "updated": "2012-01-12T17:19:03.000+0000" }, { "id": "181388", "author": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "open to update label\r\n", "updateAuthor": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-02-01T12:50:25.000+0000", "updated": "2012-02-01T12:50:25.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }