{ "id": "61808", "key": "TIMOB-1176", "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": "11237", "name": "Release 1.6.0 M04", "archived": true, "released": true, "releaseDate": "2011-01-10" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-18T23:10:27.000+0000", "created": "2011-04-15T02:45:50.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "android", "defect", "enterprise", "release-1.6.0", "rplist" ], "versions": [], "issuelinks": [], "assignee": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-18T23:10:27.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}

On the off chance that a fix for this can be included in the 1.4\nrelease, and as it's sucha blocker for me, I raise it here.

\n

\nhttp://developer.appcelerator.com/question/36791/percentage-width-a...

{html}", "attachment": [], "flagged": false, "summary": "Percentage widths and heights don't work", "creator": { "name": "hal", "key": "hal", "displayName": "hal", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "environment": null, "comment": { "comments": [ { "id": "125003", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Please include an example. 1.4 drops shortly so it is doubtful\nthat this will be fixed before then, but unless something is deemed\nmore critical I will try and get it done before release.

{html}", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:45:51.000+0000", "updated": "2011-04-15T02:45:51.000+0000" }, { "id": "125004", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

This isn't an iPhone bug. Our automatic assumptions that bugs\nwithout additional information are for iPhone is kind of goofy;\nchecking the developer center showed that this is actually an\nandroid issue.

{html}", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:45:51.000+0000", "updated": "2011-04-15T02:45:51.000+0000" }, { "id": "125005", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Thanks for seeing it.

{html}", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:45:52.000+0000", "updated": "2011-04-15T02:45:52.000+0000" }, { "id": "125006", "author": { "name": "hal", "key": "hal", "displayName": "hal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Do you need me to provide an example? Even the simplest code\nwill demonstrate that any percentages do not work for android\ncurrently (eg, create a text field with width of 75% and add it to\nthe window).

{html}", "updateAuthor": { "name": "hal", "key": "hal", "displayName": "hal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:45:52.000+0000", "updated": "2011-04-15T02:45:52.000+0000" }, { "id": "125007", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Enable dimension support.

{html}", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:45:52.000+0000", "updated": "2011-04-15T02:45:52.000+0000" }, { "id": "125008", "author": { "name": "me(atalexstone)", "key": "me(atalexstone)", "displayName": "me (at alexstone)", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

How is this prioritized as low? It's a huge issue if you're\ntrying to make an Android app, as it's the only way to handle\nmaking a UI, since the screen sizes will NEVER be consistent.

{html}", "updateAuthor": { "name": "me(atalexstone)", "key": "me(atalexstone)", "displayName": "me (at alexstone)", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:45:53.000+0000", "updated": "2011-04-15T02:45:53.000+0000" }, { "id": "125009", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

I have not gone through this list and prioritized any of the\nthings in it. Including this ticket. I have not decided what low,\nmedium, or high mean in our work queue yet either. Consider this a\nbig bag of stuff that will get worked on at some point.

\n

It is also possible to work around the issue in your app using\nthe displayCaps API if you need it before we get it\nimplemented.

{html}", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:45:53.000+0000", "updated": "2011-04-15T02:45:53.000+0000" }, { "id": "125010", "author": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

(from [9b1ab0b84ad351335693f5976076c28e585c5799])\nadded a smoketest for new android layout dimensions and center\n[#1176 state:fixed-in-qa] [#1125\nstate:fixed-in-qa]
\n\nhttps://github.com/appcelerator/titanium_mobile/commit/9b1ab0b84ad3...

{html}", "updateAuthor": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:45:54.000+0000", "updated": "2011-04-15T02:45:54.000+0000" }, { "id": "125011", "author": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

(from [933e9ee650d43338af87d65ddca943bde4cde3cc])\ninitial android impl of dimensions and \"center\". [#1125]\n[#1176] \nhttps://github.com/appcelerator/titanium_mobile/commit/933e9ee650d4...

{html}", "updateAuthor": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:45:54.000+0000", "updated": "2011-04-15T02:45:54.000+0000" }, { "id": "125012", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

(from [8e8d130a15285a2af030f19e888ddae4e84a81ff])\n[#1176 state:fixed-in-qa] updated to remove\ncomment that left, right, top, bottom, height, width as percentage\nwas iOS only \nhttps://github.com/appcelerator/titanium_mobile/commit/8e8d130a1528...

{html}", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:45:54.000+0000", "updated": "2011-04-15T02:45:54.000+0000" }, { "id": "125013", "author": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

closing against [INFO] Titanium SDK version: 1.6.0 (01/10/11\n08:25 3452f06) using a G1 (1.6) G2 (2.2) sim 2.1 using smoke\ntest.

{html}", "updateAuthor": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:45:55.000+0000", "updated": "2011-04-15T02:45:55.000+0000" } ], "maxResults": 13, "total": 13, "startAt": 0 } } }