{ "id": "160313", "key": "TIMOB-23401", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": "17706", "name": "Release 5.4.0", "archived": false, "released": true, "releaseDate": "2016-08-11" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-06-02T14:07:05.000+0000", "created": "2016-05-17T19:08:49.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [ "qe-5.3.0", "qe-5.4.0" ], "versions": [ { "id": "17707", "name": "Release 5.3.0", "archived": false, "released": true, "releaseDate": "2016-06-04" } ], "issuelinks": [ { "id": "51890", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "160614", "key": "TIMOB-23454", "fields": { "summary": "Windows: Implement Window.title and titleid", "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": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } } ], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2016-06-29T21:35:42.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": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "h5.Description\r\n\r\nOn iOS and Android you can set the title for the following by setting titleid to the name of the string within the strings.xml file\r\n\r\n* alertdialog\r\n* button\r\n* optiondialog\r\n* tab\r\n* window ([TIMOB-23454])\r\n\r\nand set the text of a UI element using textid for\r\n\r\n* label\r\n\r\n{code}\r\nvar lbl = Ti.UI.createLabel({\r\n\tcolor:'#999',\r\n\ttextid:'welcome_message'\r\n});\r\n{code}\r\n\r\nWindows should also support this.\r\n\r\n[docs|http://docs.appcelerator.com/platform/latest/#!/guide/Internationalization-section-29004892_Internationalization-Gettingalocalizedstring]\r\n\r\nh5.Steps to reproduce\r\n\r\n# Download the attached zip file\r\n# Build to a Windows device or emulator\r\n\r\nh5.Expected result\r\n\r\nThe label should contain text\r\n\r\nh5.Actual result\r\n\r\nThe label does not contain any text", "attachment": [ { "id": "59268", "filename": "preprodclassic.zip", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2016-05-17T18:46:34.000+0000", "size": 1383782, "mimeType": "application/zip" } ], "flagged": false, "summary": "Windows: Support titleid/textid for Label, Button, Tab, AlertDialog & OptionDialog", "creator": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "subtasks": [], "reporter": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "environment": "Windows 10 Pro\r\nVisual Studio 2015 Community Update 2\r\nAppc Core: 5.3.0-45\r\nAppc NPM: 4.2.5-5\r\nTi SDK: 5.3.0.v20160517104524", "closedSprints": [ { "id": 631, "state": "closed", "name": "2016 Sprint 11 SDK", "startDate": "2016-05-21T00:06:10.029Z", "endDate": "2016-06-04T00:06:00.000Z", "completeDate": "2016-06-06T07:30:39.854Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "387270", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/titanium_mobile_windows/pull/724", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-06-01T09:43:49.000+0000", "updated": "2016-06-01T09:43:49.000+0000" }, { "id": "389464", "author": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "body": "Verified as fixed, tested support for titleid / textid for Label, Button, Tab, AlertDialog & OptionDialog.\r\n\r\nTested on: \r\nWindows 10 Pro \r\nWindows Phone 10.0 (Microsoft Lumia 640 LTE) \r\nAppc Studio: 4.7.0.201606220541\r\nTi SDK: 5.4.0.v20160627224205\r\nAppc NPM: 4.2.7-2\r\nAppc Core: 5.4.0-20\r\nNode: v4.4.4\r\n\r\n*Closing Ticket.*", "updateAuthor": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "created": "2016-06-29T21:35:35.000+0000", "updated": "2016-06-29T21:35:35.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }