Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Autocomplete does not work on the street address field.

  • 4 件の返信
  • 2 人がこの問題に困っています
  • 19 回表示
  • 最後の返信者: robmm76

more options

Autocomplete does not work on the street address field. This means that the completed form is missing the address. What is special about the address field and why does autocomplete not work? I have NOT opted for "do not track".

http://www.thepetitionsite.com/takeaction/918/708/047/

Autocomplete does not work on the street address field. This means that the completed form is missing the address. What is special about the address field and why does autocomplete not work? I have NOT opted for "do not track". http://www.thepetitionsite.com/takeaction/918/708/047/

選ばれた解決策

Hi robmm76. I looked at the link that you provided. It appears the reason that the auto fill is not working for the address field is because of how that field was programmed on the site. It was programmed so that you would type part of your address and click on the correct one and it would then fill in the city, state and zip code. So that field is simply a special case.

I hope that this information answers your question. If you need any more information or help please feel free to reply to this answer.

この回答をすべて読む 👍 1

すべての返信 (4)

more options

選ばれた解決策

Hi robmm76. I looked at the link that you provided. It appears the reason that the auto fill is not working for the address field is because of how that field was programmed on the site. It was programmed so that you would type part of your address and click on the correct one and it would then fill in the city, state and zip code. So that field is simply a special case.

I hope that this information answers your question. If you need any more information or help please feel free to reply to this answer.

more options

The Street name field has an autocomplete="off" attribute as you can see if you right-click the form and select "Inspect Element" to open the Inspector (Firefox/Tools > Web Developer) with this element selected.

You can try this bookmarklet:

javascript:(function(){var I,N=document.querySelectorAll('input[autocomplete]'),i,j=0;for(i=0;I=N[i];i++){if(I.getAttribute('autocomplete')=='off'){I.setAttribute('autocomplete','on');alert('['+(++j)+'] '+I.nodeName+': '+(I.name||I.id))}}})()
more options

Thanks for the insight. I shall contact the site about changing their form.

robmm76 said

Autocomplete does not work on the street address field. This means that the completed form is missing the address. What is special about the address field and why does autocomplete not work? I have NOT opted for "do not track". http://www.thepetitionsite.com/takeaction/918/708/047/
more options

The site has fixed the page and autocomplete now works correctly.

Thanks for the great support!