2010-12-14, 07:27 AM
the quick log-in box has an auto fill applied to it, that displays ********
if you inspect the onblur js code attached to the password field , it is doing this:
if(this.value == '') { this.value='Password'; }
interferes with Firefox's autofill feature, because Firefox thinks there is already a password in there ('Password') and keeps asking if you want to change your password to... 'Password" ?.
Please tell me this is not a feature.
anyone else have this issue?
if you inspect the onblur js code attached to the password field , it is doing this:
if(this.value == '') { this.value='Password'; }
interferes with Firefox's autofill feature, because Firefox thinks there is already a password in there ('Password') and keeps asking if you want to change your password to... 'Password" ?.
Please tell me this is not a feature.
anyone else have this issue?