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
for some reason the label for the email field "moves out of the way" after page load, but the one on the password is still obscuring the input field.
if I press any mouse keys or keyboard keys, the password label moves to appropriate spot.
Also I noticed this only happens if I refresh the page. If I access the page via a link, both field labels moves out the way correctly.
I've been experimenting, I am using React, and it might have something to do with the HTML getting re-rendered, and the label active className getting removed aftewards. (Which in React is suppose to happened...)
Also might do to fact that you can't get val() of saved passwords.
Affecting Linux Chrome Version 40.0.2214.93 (64-bit), Firefox 35.0.1 (64bit)
The text was updated successfully, but these errors were encountered: