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

Inconsistent cross platform behaviour for html5 "placeholder" text. #20

Open
markhibberd opened this issue Nov 25, 2012 · 1 comment
Open

Comments

@markhibberd
Copy link
Member

On some versions of chrome, the placeholder text remains until you start typing. On some other versions of chrome and on firefox the placeholder text disappears on focus.

This leads to some odd situations, for example:

  • Hit "Sign up"
  • Dialog appears, focus shifts to email field
  • On firefox this causes the placeholder text to disappear, so you never actually get to see what you should be typing in the first entry field.

In general, I am not sure you can rely on placeholder text for prompting the user. Does it make sense to revert to labels or are there other ideas?

@thomasdavis
Copy link
Member

will most likely implement javascript shivs for all these issues. probably
wait just a little longer to resolve cross browser issues because the UI
changes are still pretty volatile and don't want to lose too much time.

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

No branches or pull requests

2 participants