Skip to content

Conversation

@etiktin
Copy link

@etiktin etiktin commented Nov 1, 2014

There's an issue with incorrect left alignment of the placeholder in certain conditions.
You can see an example of the issue at: http://codepen.io/anon/pen/xdFib
In the example notice that the placeholder text is to the left of the input field overriding other elements.
before

The fix was to add compensation for x difference like you have for the y difference.
You can see the result of applying the fix to the example at:
http://codepen.io/anon/pen/numxC
The placeholder text is now correctly placed in the the input field.
after

There's an issue with incorrect left alignment of the placeholder in
certain conditions.
You can see an example of the issue at: http://codepen.io/anon/pen/xdFib
In the example notice that the placeholder text is to the left of the
input field.

The fix was to add compensation for x difference like you have for the y
difference.
You can see the result of applying the fix to the example at:
http://codepen.io/anon/pen/numxC
The placeholder text is now correctly placed in the the input field.
@etiktin
Copy link
Author

etiktin commented May 16, 2015

@jackaperkins, @thisandagain can you review this fix and merge it?
I also submitted 2 other PRs (#29 and #30) that I believe others will find useful.

@sc-moonlight
Copy link

+1. I also had this issue, and fixed it the same way before I saw the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants