{ "id": "145049", "key": "TIMOB-18782", "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": "16723", "description": "Windows Platform Support, ListView updates, Vector overlays in maps", "name": "Release 4.1.0", "archived": false, "released": true, "releaseDate": "2015-07-08" } ], "resolution": { "id": "11", "description": "Is not a bug in our product", "name": "Not Our Bug" }, "resolutiondate": "2015-04-29T04:32:45.000+0000", "created": "2015-02-23T12:10:56.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "android" ], "versions": [], "issuelinks": [], "assignee": { "name": "msamah", "key": "msamah", "displayName": "Ashraf Abu", "active": false, "timeZone": "Asia/Singapore" }, "updated": "2017-06-07T21:30: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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "Long title text on the OptionDialog is truncated on android, but shown in full on iOS.\r\n\r\nThe code to replicate the issue can be found at the following gist.\r\nhttps://gist.github.com/gllittler/0cf95651218a9cffb640", "attachment": [], "flagged": false, "summary": "Title text truncated on OptionDialog on Android", "creator": { "name": "glittler", "key": "glittler", "displayName": "Gabrielle Littler", "active": true, "timeZone": "Europe/London" }, "subtasks": [], "reporter": { "name": "glittler", "key": "glittler", "displayName": "Gabrielle Littler", "active": true, "timeZone": "Europe/London" }, "environment": "Titanium SDK: 3.5.0.GA\r\nAndroid: 4.4 handheld (Moto G) (also observed on 4.3, other devices and emulator)", "closedSprints": [ { "id": 398, "state": "closed", "name": "2015 Sprint 09 SDK", "startDate": "2015-04-25T00:00:00.000Z", "endDate": "2015-05-09T00:00:00.000Z", "completeDate": "2015-05-11T14:11:17.028Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "350132", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Thoughts on if this is a native Android issue?", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-04-20T16:40:11.000+0000", "updated": "2015-04-20T16:40:11.000+0000" }, { "id": "351095", "author": { "name": "msamah", "key": "msamah", "displayName": "Ashraf Abu", "active": false, "timeZone": "Asia/Singapore" }, "body": "Just confirming that this is indeed a native behavior for Android.", "updateAuthor": { "name": "msamah", "key": "msamah", "displayName": "Ashraf Abu", "active": false, "timeZone": "Asia/Singapore" }, "created": "2015-04-29T03:37:42.000+0000", "updated": "2015-04-29T03:37:42.000+0000" }, { "id": "351097", "author": { "name": "msamah", "key": "msamah", "displayName": "Ashraf Abu", "active": false, "timeZone": "Asia/Singapore" }, "body": "Here's one way to approach it:\r\n\r\n{code}\r\n//index.js\r\nvar isAndroid = (Ti.Platform.osname=='android') ? true : false;\r\n\r\nfunction doClick(e) {\r\n\tif(!isAndroid) {\r\n\t $.dialog.title = \"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi lobortis, nunc a vestibulum facilisis, felis sem sagittis diam, et interdum enim neque at tortor.\";\r\n\t}\r\n\t$.dialog.show();\r\n // alert($.label.text);\r\n}\r\n \r\n$.index.open();\r\n{code}\r\n\r\nindex.xml\r\n{code}\r\n\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t \r\n\t \r\n\t \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n Confirm\r\n Help\r\n Cancel\r\n \r\n \r\n \r\n \r\n\t\r\n\r\n\r\n{code}\r\n\r\nNote: When using AndroidView, the Options will not appear on Android. ", "updateAuthor": { "name": "msamah", "key": "msamah", "displayName": "Ashraf Abu", "active": false, "timeZone": "Asia/Singapore" }, "created": "2015-04-29T04:26:24.000+0000", "updated": "2015-04-29T04:26:24.000+0000" }, { "id": "421249", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket with reference to the above comments.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-07T21:30:42.000+0000", "updated": "2017-06-07T21:30:42.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }