{ "id": "62133", "key": "TIMOB-1501", "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": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-08-15T12:06:00.000+0000", "created": "2011-04-15T02:54:29.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "android", "dimensions", "ios", "ipad", "iphone", "module_views", "qe-review", "qe-testadded", "size", "view" ], "versions": [], "issuelinks": [ { "id": "19938", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "94532", "key": "TIMOB-9901", "fields": { "summary": "TiAPI: Review and clean up platform bugs and reduce bug count by 20%.", "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": "High", "id": "2" }, "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false } } } } ], "assignee": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-11-07T05:46:10.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": "{html}
If a view is created using top, bottom, left and right without\nexplicitely setting the height and width, then the values for\nheight and width do not equal the values shown in the size\nproperty.
\nsee http://pastie.org/1081637 for an\nexample
Not sure if this is related, but I've also noticed that changing\nthe dimensions (height or width) of a view or label post-render\ndoesn't seem to have an effect until after the view/label is either\nhidden/show or remove/add cycled.
\nIs this a known issue? Been trying to find it in both the\npremium support site and here.
\nI'm currently building on TiDev 1.2.1, TiSDK 1.4.1(e36b9d -\n9/1/2010 nightly), iOS SDK 4.0.1, building as an iPad/iPhone\nuniversal target using the 'TARGETED_DEVICE_FAMILY=1,2' hack.
\nCould this be related to the issue behind ticket #775 which\nalso exhibits the non-dynamic dimensions issue (zIndex changes are\nnot respected at render time and require remove/add to\nrefresh)?