Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

How can FF 8 be forced to ignore a site's 'autocomplete="off"'?

  • 8 trả lời
  • 7 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi ral

more options

Autocomplete of user name and password Fails in Firefox 8, at least for sites that have 'autocomplete="off"' in the relevant script.

This problem was solved for FF 3 by editing the ...\components\nsLoginManager.js file. FF 4 and 8 do not use that file.

The user name and password are correct in the "Saved Passwords" file.

Autocomplete of user name and password Fails in Firefox 8, at least for sites that have 'autocomplete="off"' in the relevant script. This problem was solved for FF 3 by editing the ...\components\nsLoginManager.js file. FF 4 and 8 do not use that file. The user name and password are correct in the "Saved Passwords" file.

Được chỉnh sửa bởi ral vào

Tất cả các câu trả lời (8)

more options

Remember Password bookmarklet:
https://www.squarefree.com/bookmarklets/forms.html#remember_password

Just drag that Bookmarklet in to your bookmarks, toolbar or drop-down list, and click that Bookmarklet like you would click on a bookmark before you you submit your login to the website.

more options

Giải pháp được chọn

more options

cor-el:

I have and use the addon (https://addons.mozilla.org/firefox/addon/saved-password-editor/). It is useful for getting the login data remenbered, but does not get it used to fill in the form.

Được chỉnh sửa bởi ral vào

more options

the-edmeister:

You didn't read my post. I said:

       The user name and password are correct in the
       "Saved Passwords" file.

The problem is not getting the login data remembered, it is getting it used to fill in the form.

Được chỉnh sửa bởi ral vào

more options

Firefox won't autofill names and passwords if the the site uses autocomplete=off

You can make Firefox store the name and password, but you have to double-click in the name field to get the drop down list and select the name from it.

more options

cor-el:

Hmmm. There is at least one site for which this doesn't work, https://www.chase.com/ChaseCreditCard.html. Although it uses 'autocomplete="off"', there must be some other mechanism at work. Thanks for your help. I need to do some research before I can make a reasonable determination as to whether the autocomplete="off" problem is solved.

more options

Firefox doesn't like the way that the three forms of that login section are coded.

They are coded in between TR elements of a table and that causes Firefox to close each form tag, so the input fields are not in the forms according to the DOM Inspector and if you look at the "View Selection Source" (generated) source.
All the three forms have autocomplete=off, but the individual input fields haven't.
I have no idea what effect this has on the password manager.

more options

Thank you cor-el. I think this is as close to a solution as it is possible for me to get with FF 8 at present, but for the time being I have gone back to 3.6.17, where with the addon almost everything works just as I want it to.

Được chỉnh sửa bởi ral vào