[AC-3050] Assigning the property paddingLeft to a textField causes the left edge of the textField to be unclickable
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-08-03T13:55:37.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Matthew Lanham |
Assignee | Tony Guntharp |
Created | 2011-08-03T00:18:07.000+0000 |
Updated | 2016-03-08T07:48:05.000+0000 |
Description
If you assign the property paddingLeft or leftButtonPadding to a TextField it causes the left edge of the TextField to be unresponsive to touch, we have been using this to pad out entry text / hintText but it means people have to click around 30px from the left even though the padding is only 5px
Attachments
I've attached a sample project that shows the issue
Thank you for raising this ticket. In order to progress it, please add the missing information in the format and places requested in the guidelines at [Jira Ticket Checklist](http://wiki.appcelerator.org/display/guides/Contributing+to+Titanium#ContributingtoTitanium-Summary%3AJiraTicketChecklist). There is no need to add a whole project. Is your code as simple as it can possibly be? Once it is, include your app.js in the body of the ticket wrapped in a wiki markup code block. Many thanks in advance
Well as mentioned it literally is just a text box and i did include that in the app.js in the attached zip file, so here's the one line of code: Ti.UI.createTextField({paddingLeft: 10, top: 30, height: 30, width: 200, borderRadius: 10, hintText: 'Hello World', borderColor: '#ccc'});
Moved into a Mobile bug: http://appc.me/TIMOB-4882
Closing due to inactivity.