Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flash of incorrect styling/unmasked password character when hide-on-input is on #22

Open
jamesallardice opened this issue Mar 25, 2013 · 0 comments

Comments

@jamesallardice
Copy link
Owner

When the polyfill runs in "hide-on-input" mode (rather than "hide-on-focus") there is a flash of placeholder-styled text when you type the first character into the input.

This is more of a problem with password inputs, since the flash renders the first password character in plain text, rather than masking it (since the mask won't be applied until keyup).

Currently, this is not a trivial fix, but I hope to get a patch in a future version.

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

No branches or pull requests

1 participant