{ "id": "126962", "key": "TIMOB-16518", "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": [], "resolution": { "id": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2014-03-03T18:20:52.000+0000", "created": "2014-02-28T17:01:32.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "SupportTeam" ], "versions": [], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-22T22:59:14.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": "h2. Problem description\r\nWhen setting anyDensity=false and using Android 4.4, the email dialog appears huge.\r\n\r\nh2. Setps to reproduce\r\n1. Set anyDensity=\"false\" in the manifest\r\n{code}\r\n\r\n \r\n \r\n \r\n\r\n{code}\r\n\r\n2. Use the following code.\r\n3. Just click on the screen to open the dialog\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor: 'white'\r\n});\r\n\r\nwin.addEventListener('click', function() {\r\n\tvar mail = Ti.UI.createEmailDialog({\r\n\t\tsubject: 'Test',\r\n\t\tmessageBody: 'This is a test'\r\n\t});\r\n\tmail.open();\r\n});\r\n\r\nwin.open();\r\n{code}", "attachment": [ { "id": "46290", "filename": "Issue1.png", "author": { "name": "dcassenti", "key": "dcassenti", "displayName": "Davide Cassenti", "active": true, "timeZone": "Europe/Berlin" }, "created": "2014-03-03T18:17:02.000+0000", "size": 216719, "mimeType": "image/png" } ], "flagged": false, "summary": "Android: Email dialog appears too big on Android 4.4 with anyDensity=false", "creator": { "name": "dcassenti", "key": "dcassenti", "displayName": "Davide Cassenti", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "dcassenti", "key": "dcassenti", "displayName": "Davide Cassenti", "active": true, "timeZone": "Europe/Berlin" }, "environment": "SDK 3.1.3\r\nSDK 3.2.1\r\nAndroid 4.4.2", "comment": { "comments": [ { "id": "295283", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Our suggestion is that if they need to keep the setting on, they should try to replicate the default functionality with a custom dialog.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-03-03T18:20:52.000+0000", "updated": "2014-03-03T18:20:52.000+0000" }, { "id": "415186", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as \"Won't Fix\".", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-22T22:59:14.000+0000", "updated": "2017-03-22T22:59:14.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }