{ "id": "111472", "key": "TIMOB-13143", "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": [], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-06-27T18:54:45.000+0000", "created": "2013-03-20T22:05:06.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "sdk-bb" ], "versions": [], "issuelinks": [], "assignee": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-13T21:02:08.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": "10230", "name": "BlackBerry", "description": "BlackBerry Platform" } ], "description": "Description:\r\n1. Use the code snippet below to create an app & run on BB device/simulator\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor: 'green'\r\n});\r\n\r\n\r\nvar textArea = Ti.UI.createTextArea({\r\n color: '#888',\r\n font: {fontSize:10, fontWeight:'bold'},\r\n keyboardType: Ti.UI.KEYBOARD_NUMBER_PAD,\r\n returnKeyType: Ti.UI.RETURNKEY_GO,\r\n textAlign: 'left',\r\n value: 'I am a textarea',\r\n top: 60,\r\n width: 200, height : 70\r\n});\r\n\r\nwin.add(textArea);\r\nwin.open();\r\n{code}\r\n2.Notice the textarea\r\n\r\nActual Results:\r\n1.In the code we have set the height of the text area at '70' but the text area is quiet smaller around '30'\r\n2.If you keep typing in the text area after it reaches the right end it automatically goes to the next line & the size of the text area increases\r\n3.Notice that the size keeps on increasing as you keep on typing till it reaches size of '70' at which we had set it, after which the text area stops growing.\r\n4.Comparing with other platforms the text area is initially at what height is specified in the code.\r\n\r\nExpected Results:\r\n1.The text area should initially be of the height specified in the code & not increase as we type in the text", "attachment": [ { "id": "36499", "filename": "textarea_1.PNG", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-03-20T22:05:06.000+0000", "size": 31713, "mimeType": "image/png" }, { "id": "36500", "filename": "textarea_2.PNG", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-03-20T22:05:06.000+0000", "size": 56369, "mimeType": "image/png" } ], "flagged": false, "summary": "BlackBerry : Text area not in parity with other platforms ", "creator": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "Environment:\r\nTi Studio : 3.1.0.201303191930\r\nTi BB SDK : 3.1.0.v20130319225749\r\nMac OSX : 10.8.2\r\nwin 7 \r\nWin 8 \r\nBB simulator : 10.0.10.261\r\nDev alpha B 10 device", "comment": { "comments": [ { "id": "258291", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "PR: https://github.com/appcelerator/titanium_mobile_blackberry/pull/108", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-06-17T22:23:04.000+0000", "updated": "2013-06-17T22:23:04.000+0000" }, { "id": "259861", "author": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Reject PR as it appears recent layout fixes have addressed this issue and the test passes without PR 108.", "updateAuthor": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-06-27T18:54:58.000+0000", "updated": "2013-06-27T18:54:58.000+0000" }, { "id": "411533", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as fixed.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-13T21:02:08.000+0000", "updated": "2017-03-13T21:02:08.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }