{ "id": "91985", "key": "TIMOB-9172", "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": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" }, { "id": "13404", "description": "Sprint 2012-12 Core", "name": "Sprint 2012-12 Core", "archived": true, "released": true, "releaseDate": "2012-06-17" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-07-11T04:52:58.000+0000", "created": "2012-05-18T08:21:10.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "SupportTeam", "core", "module_map", "qe-testadded" ], "versions": [ { "id": "13272", "description": "Release 2.0.1", "name": "Release 2.0.1", "archived": true, "released": true, "releaseDate": "2012-04-16" } ], "issuelinks": [], "assignee": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2012-07-11T14:06:36.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": "h4. Problem\r\nWhen a Map View is added to a vertical-layout window after other controls, the map view extends past the bottom of the screen.\r\n\r\nh4. Testcase\r\nAdd the following code to a new project and run it. You will see that the bottom of the map, where the word \"Google\" is, is too low and the \"Google\" is cut in half.\r\n\r\napp.js:\r\n{code}\r\nvar win1 = Ti.UI.createWindow({ \r\n backgroundColor:'#fff',\r\n exitOnClose:true,\r\n navBarHidden:true,\r\n layout:'vertical'\r\n});\r\n\r\nvar label1 = Ti.UI.createLabel({\r\n color:'#999',\r\n text:'I am Window Header',\r\n font:{fontSize:20,fontFamily:'Helvetica Neue'},\r\n textAlign:'center',\r\n width:Ti.UI.SIZE,\r\n top:1\r\n});\r\nwin1.add(label1);\r\n\r\nvar map1=Ti.Map.createView({\r\n mapType:Ti.Map.STANDARD_TYPE,\r\n animate:true,\r\n regionFit:true,\r\n userLocation:true\r\n });\r\nwin1.add(map1);\r\nwin1.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "Android: Map View spills past the bottom of the screen (on vertical layout window)", "creator": { "name": "bitshftr", "key": "bitshftr", "displayName": "Shawn Lipscomb", "active": true, "timeZone": "America/New_York" }, "subtasks": [], "reporter": { "name": "bitshftr", "key": "bitshftr", "displayName": "Shawn Lipscomb", "active": true, "timeZone": "America/New_York" }, "environment": "- Android 2.2 Google APIs emulator\r\n- Titanium Mobile SDK 2.1.0.v20120416160358\r\n- Titanium Studio 2.0.1.201204132053\r\n", "comment": { "comments": [ { "id": "195291", "author": { "name": "bitshftr", "key": "bitshftr", "displayName": "Shawn Lipscomb", "active": true, "timeZone": "America/New_York" }, "updateAuthor": { "name": "bitshftr", "key": "bitshftr", "displayName": "Shawn Lipscomb", "active": true, "timeZone": "America/New_York" }, "created": "2012-05-18T10:09:58.000+0000", "updated": "2012-05-18T10:09:58.000+0000" }, { "id": "195323", "author": { "name": "bitshftr", "key": "bitshftr", "displayName": "Shawn Lipscomb", "active": true, "timeZone": "America/New_York" }, "body": "HD ticket: [http://support.appcelerator.com/tickets/APP-222456/]", "updateAuthor": { "name": "bitshftr", "key": "bitshftr", "displayName": "Shawn Lipscomb", "active": true, "timeZone": "America/New_York" }, "created": "2012-05-18T13:34:12.000+0000", "updated": "2012-05-18T13:34:44.000+0000" }, { "id": "196717", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Layout issue assigning to core", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-05-31T10:59:19.000+0000", "updated": "2012-05-31T10:59:19.000+0000" }, { "id": "197580", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This behavior has been fixed since 2.0.2.GA build. Please try again with the latest version of the sdk.", "updateAuthor": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-06T15:28:05.000+0000", "updated": "2012-06-06T15:28:05.000+0000" }, { "id": "197634", "author": { "name": "bitshftr", "key": "bitshftr", "displayName": "Shawn Lipscomb", "active": true, "timeZone": "America/New_York" }, "body": "Verified fix on SDK 2.1.0.v20120520110234. Thanks!", "updateAuthor": { "name": "bitshftr", "key": "bitshftr", "displayName": "Shawn Lipscomb", "active": true, "timeZone": "America/New_York" }, "created": "2012-06-07T06:19:11.000+0000", "updated": "2012-06-07T06:19:11.000+0000" }, { "id": "199023", "author": { "name": "mpettiford", "key": "mpettiford", "displayName": "Michael Pettiford", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing issue\r\n\r\nTested with Ti Studio build 2.1.0.201206172244\r\nTi Mobile SDK2.1.0.v20120618134156 hash r00905cd0\r\nOSX Lion 10.7.3\r\nNexus S OS 4.0.4\r\n\r\nThe expected behavior is shown", "updateAuthor": { "name": "mpettiford", "key": "mpettiford", "displayName": "Michael Pettiford", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-18T17:45:03.000+0000", "updated": "2012-06-18T17:45:03.000+0000" }, { "id": "202627", "author": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Re-opening to edit label", "updateAuthor": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-07-11T04:52:30.000+0000", "updated": "2012-07-11T04:52:30.000+0000" } ], "maxResults": 8, "total": 8, "startAt": 0 } } }