{ "id": "65704", "key": "TIMOB-5636", "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": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2017-05-02T17:14:18.000+0000", "created": "2011-05-24T05:29:36.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "linvalid" ], "versions": [], "issuelinks": [], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2018-04-04T23:20:41.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": "11500", "name": "MobileWeb", "description": "Mobile Web (HTML) Platform" } ], "description": "When changing the verticalAlign property of the textField to the value 'top' the text in the textField stays in the middle. In the code of textField element the property verticalAlign is setted to 'top'.\r\n{code:JavaScript}\r\nwin = Ti.UI.currentWindow;\r\n\r\nvar tf = Ti.UI.createTextField({\r\n\twidth: 200,\r\n\theight: 50,\r\n\tvalue: 'I am a textfield',\r\n\tfontSize: 10\r\n})\r\n\r\nvar topbutton = Ti.UI.createButton({\r\n\ttop: 100,\r\n\ttitle: 'top'\r\n})\r\n\r\nwin.add(tf);\r\nwin.add(topbutton);\r\n\r\ntopbutton.addEventListener('click', function(){\r\n\ttf.verticalAlign = 'top';\r\n})\r\n{code} ", "attachment": [], "flagged": false, "summary": "MobileWeb: Not working property verticalAlign in the textField", "creator": { "name": "mvasko", "key": "mvasko", "displayName": "Misha Vasko", "active": true, "timeZone": "Europe/Kiev" }, "subtasks": [], "reporter": { "name": "mvasko", "key": "mvasko", "displayName": "Misha Vasko", "active": true, "timeZone": "Europe/Kiev" }, "environment": null, "comment": { "comments": [ { "id": "155716", "author": { "name": "mnegadaylov", "key": "mnegadaylov", "displayName": "Maxim Negadaylov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "fixed for 'bottom' position", "updateAuthor": { "name": "mnegadaylov", "key": "mnegadaylov", "displayName": "Maxim Negadaylov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-06-08T04:25:23.000+0000", "updated": "2011-06-08T04:25:23.000+0000" }, { "id": "418601", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Resolving ticket as Won't Fix because MobileWeb is no longer supported.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-05-02T17:14:18.000+0000", "updated": "2017-05-02T17:14:18.000+0000" }, { "id": "436473", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as will not fix.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-04-04T23:20:41.000+0000", "updated": "2018-04-04T23:20:41.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }