{ "id": "113163", "key": "TIMOB-13638", "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": "15113", "description": "2013 Sprint 08 BB", "name": "2013 Sprint 08 BB", "archived": true, "released": true, "releaseDate": "2013-04-22" }, { "id": "15106", "description": "2013 Sprint 08", "name": "2013 Sprint 08", "archived": true, "released": true, "releaseDate": "2013-04-22" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-04-20T06:03:11.000+0000", "created": "2013-04-20T03:32:51.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-testadded", "sdk-bb" ], "versions": [ { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [ { "id": "27980", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "112975", "key": "TIMOB-13600", "fields": { "summary": "BlackBerry: JSON Parser is not parsing extended character like used in Arabic correctly", "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": "Low", "id": "4" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-19T12:44:31.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": "10230", "name": "BlackBerry", "description": "BlackBerry Platform" } ], "description": "When setting a title on a table view row that contains unicode characters\r\nthey are not properly decoded from JavaScript causing incorrect text drawing.\r\n\r\nh3. Test Case\r\n{code:javascript}\r\nvar win = Ti.UI.createWindow();\r\n\r\nvar tableView = Ti.UI.createTableView();\r\nwin.add(tableView);\r\n\r\nvar row = Ti.UI.createTableViewRow({\r\n title: 'تسجيل الدخو'\r\n});\r\ntableView.setData([row]);\r\n\r\nwin.open();\r\n{code}\r\n\r\nExpected: Should see a row with a title properly displaying the Arabic text.\r\nActual: The title for the row is not properly rendered.", "attachment": [], "flagged": false, "summary": "BlackBerry: TableViewRow.title does not handle Unicode characters.", "creator": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "250534", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Verified the issue & the unicode characters are seen as expected on the tableview row.\r\nThus closing the issue.\r\n\r\nEnvironment:\r\nTi Studio : 3.1.1.201305031650\r\nTi BB SDK : 3.2.0.v20130506213759\r\nMac OSX : 10.8.2\r\nZ10 BB simulator : 10.0.10.261\r\nQ10 Simulator : 10.1.0.1020\r\n", "updateAuthor": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-05-07T10:30:27.000+0000", "updated": "2013-05-07T10:30:27.000+0000" }, { "id": "250765", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Also, Verified on build 3.1.1.v20130507184555 & works as expected.", "updateAuthor": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-05-08T10:14:11.000+0000", "updated": "2013-05-08T10:14:11.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }