{ "id": "106014", "key": "TIMOB-11966", "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": "15401", "description": "2013 Sprint 08 Core", "name": "2013 Sprint 08 Core", "archived": true, "released": true, "releaseDate": "2013-04-22" }, { "id": "15106", "description": "2013 Sprint 08", "name": "2013 Sprint 08", "archived": true, "released": true, "releaseDate": "2013-04-22" }, { "id": "15478", "description": "Release 3.1.1", "name": "Release 3.1.1", "archived": true, "released": true, "releaseDate": "2013-06-17" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-04-19T01:02:44.000+0000", "created": "2012-12-05T19:03:49.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "core", "module_textfield", "qe-closed-3.1.1", "qe-testadded" ], "versions": [ { "id": "14613", "description": "Release 2.1.4", "name": "Release 2.1.4", "archived": true, "released": true, "releaseDate": "2012-11-12" } ], "issuelinks": [], "assignee": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-10-03T09:11:15.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": "Run the attached sample app.js and see the textfield does not respect Ti.UI.Fill and spills off to the next line.\r\nOn iOS, textfield is fine and is expected behavior.", "attachment": [ { "id": "33952", "filename": "app.js", "author": { "name": "anagesh", "key": "anagesh", "displayName": "Anirudh Nagesh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-12-05T19:03:49.000+0000", "size": 1133, "mimeType": "text/javascript" } ], "flagged": false, "summary": "Android: Views like labels, buttons, textfields in horizontal layouts do not respect width Ti.UI.FILL", "creator": { "name": "anagesh", "key": "anagesh", "displayName": "Anirudh Nagesh", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "anagesh", "key": "anagesh", "displayName": "Anirudh Nagesh", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Ti SDK 2.1.4.GA and Android 2.3.3 and 4.0", "comment": { "comments": [ { "id": "244410", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/titanium_mobile/pull/4045", "updateAuthor": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-27T22:57:21.000+0000", "updated": "2013-03-27T22:57:21.000+0000" }, { "id": "248670", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Backport to 3_1_X: https://github.com/appcelerator/titanium_mobile/pull/4206", "updateAuthor": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-22T20:50:10.000+0000", "updated": "2013-04-22T20:50:10.000+0000" }, { "id": "254907", "author": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified as fixed.\r\n\r\nAppcelerator Studio 3.1.1.201305292130\r\nTitanium SDK 3.1.1.v20130529114554\r\nAlloy 1.1.3-alpha\r\nTitanium-Code-Processor 1.1.3-alpha3\r\n\r\n\r\nAlloy sample test:\r\n\r\n{code}\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\r\n{code}\r\n{code}\r\n\".container\":{\r\n\tbackgroundColor:'white'\r\n}\r\n\r\n\"#fieldWrapper\":{\r\n\ttop: 0,\r\n\tleft: 0,\r\n\twidth: '100%',\r\n\theight: Ti.UI.SIZE,\r\n\tbackgroundColor: '#ff0',\r\n\tlayout: 'horizontal'\r\n}\r\n\r\n\"#Label\":{\r\n\ttext: 'Test text field',\r\n\theight: Ti.UI.SIZE,\r\n\twidth: Ti.UI.SIZE,\r\n\tcolor: '#4b4b4b',\r\n\tleft: '3%',\r\n\tbackgroundColor: '#f0f'\r\n}\r\n\r\n\"#Spacer\":{\r\n\twidth: 10,\r\n\theight: 10,\r\n\tbackgroundColor: '#0f0'\r\n}\r\n\r\n\"#textfield\":{\r\n\tcolor: '#212e56',\r\n\twidth: Ti.UI.FILL,\r\n\tright: '3%',\r\n\ttextAlign: 'right',\r\n\t// text:'Label Text',\r\n\tbackgroundImage: 'none',\r\n\tbackgroundColor: '#00F',\r\n\thintText: 'hint text'\r\n}\r\n{code}\r\n\r\nClosing.\r\n", "updateAuthor": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-30T18:32:17.000+0000", "updated": "2013-05-30T18:32:17.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }