You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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:
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?
The text was updated successfully, but these errors were encountered: