{ "id": "86565", "key": "TIMOB-8480", "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": "2020-02-19T11:29:55.000+0000", "created": "2012-02-16T01:02:48.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "RTN", "reprod" ], "versions": [ { "id": "13070", "description": "Release 1.8 Service Pack 2", "name": "Release 1.8.2", "archived": true, "released": true, "releaseDate": "2012-02-29" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "issuelinks": [], "assignee": { "name": "topener", "key": "topener", "displayName": "Rene Pot", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2020-02-19T11:29:55.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "h2. Problem description\r\nText fields where the attribute \"paddingLeft\" or \"paddingRight\" is present, are unclickable on the left-hand or right-hand side, respectively.\r\n\r\n\r\nExpected behavior: Text fields where the attribute \"paddingLeft\" or \"paddingRight\" is present, are completely clickable (as they are when those two attributes are not present).\r\n\r\n\r\nh2. Reproducible use case\r\n\r\nThe following code adds a text field to a window. The text field has both paddingLeft and paddingRight set, making both the left and right part of the text field unclickable.\r\n\r\n{code:javascript}\r\nTi.UI.setBackgroundColor(\"orange\");\r\n\r\nvar window = Ti.UI.createWindow();\r\n\r\nvar textField = Ti.UI.createTextField({\r\n\tbackgroundColor: \"white\",\r\n\theight: 44,\r\n\thintText: \"Try clicking on this text field at the very left or right\",\r\n\tleft: 10,\r\n\tpaddingLeft: 25,\r\n\tpaddingRight: 25,\r\n\tright: 10,\r\n\ttop: 30\r\n});\r\nwindow.add(textField);\r\n\r\nwindow.open();\r\n{code}\r\n\r\nh2. Additional notes\r\nhttp://developer.appcelerator.com/question/119753/textfield-paddingleft-problem", "attachment": [], "flagged": false, "summary": "iOS: Ti.UI.TextField with attribute \"paddingLeft\" or \"paddingRight\" is partially unclickable", "creator": { "name": "incloud-csiegert", "key": "incloud-csiegert", "displayName": "Christian Siegert", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium SDK version: 1.8.2\r\niOS SDK 5.0\r\nPlatform: iPod Touch with iOS 5.0.1, iPad 2 with iOS 5.0.1, iPhone Simulator, iPad Simulator", "comment": { "comments": [ { "id": "245160", "author": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Issue reproduces \n\nTested with\n\nTitanium Studio, build: 3.0.1.201212181159\nTitanium SDK version: 3.1.0 \nTitanium SDK version: 3.0.2 \niOS iPad Simulator: iOS SDK version: 6.0\n", "updateAuthor": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-02T11:21:11.000+0000", "updated": "2013-04-02T11:21:11.000+0000" }, { "id": "420378", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "I have been able to reproduce this issue with the following environment; \r\niPhone 7 (10.2) \r\nMacOS 10.11.6 (15G31) \r\nStudio 4.9.0.201705021158 \r\nTi SDK 6.1.0.v20170519131839 \r\nAppc NPM 4.2.9 \r\nAppc CLI 6.2.1 \r\nTi CLI 5.0.13 \r\nAlloy 1.9.11 \r\nArrow 2.0.0 \r\nXcode 8.2 (8C38) \r\nNode v4.8.2 \r\nJava 1.7.0_80", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-05-24T21:19:16.000+0000", "updated": "2017-05-24T21:32:48.000+0000" }, { "id": "454331", "author": { "name": "topener", "key": "topener", "displayName": "Rene Pot", "active": true, "timeZone": "Europe/Berlin" }, "body": "properties no longer exist", "updateAuthor": { "name": "topener", "key": "topener", "displayName": "Rene Pot", "active": true, "timeZone": "Europe/Berlin" }, "created": "2020-02-19T11:29:55.000+0000", "updated": "2020-02-19T11:29:55.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }