{ "id": "61561", "key": "TIMOB-929", "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": "11224", "name": "Release 1.4.0", "archived": true, "released": true, "releaseDate": "2010-07-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:54:42.000+0000", "created": "2011-04-15T02:39:24.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:54: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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "{html}
see http://helpdesk.appcelerator.net/tickets/2348
\ncode attached
Thought this was fixed as part of #1076.\nLooks like I was wrong.
See also: #1137.
#1133 is no longer optional. This is a problem\ncaused by the fact that our image views expect 'width' and 'height'\nproperties to be set before any url/image property. The problem?\nThey always are... unless you're on a split view, for some\nreason.
Fixed an image bug that covers most of this. Split views still\nhave an issue with positioning around the border when re-orienting\nfor some reason.
(from [a0908a5bae0a20208ac3c0d1eaee5419d5654d92])\nCloses #929: Main window no longer resized when creating\nsplit view. \nhttp://github.com/appcelerator/titanium_mobile/commit/a0908a5bae0a2...