搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Why save wrong username value with remember password function?

  • 3 个回答
  • 1 人有此问题
  • 6 次查看
  • 最后回复者为 Boby88

more options

I use ztInputHint jQuery plugin with default settings (use title tag in input field) to fill the input fields with a pre-set text. My problem: the Firefox password manager saves the password field's title as username value. When I turned off the jQuery plugin everything works well. How can i fix this issue? I know about the placeholder attribute but that is not as the same.

I use ztInputHint jQuery plugin with default settings (use title tag in input field) to fill the input fields with a pre-set text. My problem: the Firefox password manager saves the password field's title as username value. When I turned off the jQuery plugin everything works well. How can i fix this issue? I know about the placeholder attribute but that is not as the same.

所有回复 (3)

more options

It looks like the google code version of the plugin uses the title by default: https://code.google.com/p/ztinputhint/

However if its not compatible with Firefox, it may not work properly.

more options

Does that field has a type="password" or type="text" attribute?

The Firefox password manager saves the password field (type="password") and uses the field with type="text" that appears in the DOM just before that password field as the user name.

more options

Username has a type="text" attribute, and password field's type is password. And username is before the password field. If i disable the plugin. FF saves username and password correctly, but with enabled plugin it saves the password's title as username. I tried to change name attribute to username and password only but nothing changed.