MyBB Community Forums

Full Version: quick password default fill interferes with firefox autofill?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?