TextField paddingLeft Problem

You must Login before you can answer or comment on any questions.

I launched my first iPhone app built with Titanium last week (called Automotive App currently only available in Canada), and I started getting reports of an odd bug happening with TextField's. What was happening is that the first 1/6 of the TextField was unclickable.

I was able to trace the problem to the paddingLeft attribute of TextField's, where if paddingLeft was set to anything (even 0) the first 1/6 of the TextField becomes unclickable. If I removed any mention of paddingLeft the whole TextField can be clicked.

I know of different ways to try to fix this, but I'm curious if anyone else has run into this problem and what solutions you may of implemented?

— asked 2 years ago by Nicholas Thibault
1 Comment
  • https://jira.appcelerator.org/browse/TIMOB-4882 Bug has existed for a while...

    — commented 2 months ago by Jean-Rene Auger

2 Answers

I have the same problem Nicholas. As of yet I'm not too sure of a solution though...

Your Answer

Think you can help? Login to answer this question!