Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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

  • 8 답장
  • 7 이 문제를 만남
  • 1 보기
  • 최종 답변자: 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.

글쓴이 ral 수정일시

모든 댓글 (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

선택된 해결법

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.

글쓴이 ral 수정일시

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.

글쓴이 ral 수정일시

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.

글쓴이 ral 수정일시