{ "id": "103311", "key": "TIMOB-11459", "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": "14700", "description": "2012 Sprint 25", "name": "2012 Sprint 25", "archived": true, "released": true, "releaseDate": "2012-12-17" }, { "id": "14699", "description": "2012 Sprint 25 Core", "name": "2012 Sprint 25 Core", "archived": true, "released": true, "releaseDate": "2012-12-17" } ], "resolution": { "id": "11", "description": "Is not a bug in our product", "name": "Not Our Bug" }, "resolutiondate": "2012-12-13T17:27:45.000+0000", "created": "2012-10-13T09:51:07.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "core", "qe-ios100112", "qe-nfc" ], "versions": [ { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "issuelinks": [], "assignee": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-03-27T22:54:45.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": "The device speaks \"Empty Line\" for text area that have Accessibility properties defined. It speaks the Label Value and Hint on clicking the text area (when the soft keyboard shows up), whereas it speaks the default text properly for text area without accessibility property. This works fine on Android.\r\n\r\nSteps To Reproduce:\r\n1. Open the application below with voice over ON\r\n2. Touch the first Text area (which does not have accessibility properties). It speaks the default text \"Text Field. Double tap top edit\"\r\n3. Touch the second text area (which has accessibility properties)\r\n\r\nActual Result: The voice over speaks \"Empty Line\"\r\n\r\nExpected Result: The Label, Value and Hint should be spoken\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n title : 'Welcome',\r\n backgroundColor: \"#fff\"\r\n});\r\n\t\r\n\tvar TextArea4 = Ti.UI.createTextArea({\r\n\t title: \"Normal TextArea\",\r\n\t top: 50,\r\n\t width:150,\r\n\t borderWidth:2,\r\n\t\tborderColor:'black'\r\n\t});\r\n\twin.add(TextArea4);\r\n\tvar TextArea1 = Ti.UI.createTextArea({\r\n\t accessibilityLabel: \"TextArea1\",\r\n\t\taccessibilityValue: \"Value1.\",\r\n\t\taccessibilityHint: \"Hint1\",\r\n\t\ttop:250,\r\n\t\twidth:150,\r\n\t\tborderWidth:2,\r\n\t\tborderColor:'black'\r\n\t});\r\n\twin.add(TextArea1);\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: Accessibility: TextArea: Touch on text area with accessibility properties just reads aloud \"Empty Line\"", "creator": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium Studio: 3.0.0.201210101947\r\nTitanium SDK: 3.0.0.v20121012174449\r\nDevice: iPad3 (6.0)\r\nXCode: 4.5.1", "comment": { "comments": [ { "id": "223444", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Possible iOS platform issue. Cannot reproduce on Simulator with Accessibility Inspector enabled.", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-10-14T00:54:31.000+0000", "updated": "2012-10-14T00:54:31.000+0000" }, { "id": "231224", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "After intensive investigation have do admit that we can't do anything with it. It's the way iOS works.", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-12-13T17:27:45.000+0000", "updated": "2012-12-13T17:27:45.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }