autocomplete is not working in firefox 34.0

Discuss how to use and promote Web standards with the Mozilla Gecko engine.
Post Reply
manikandanss03
Posts: 3
Joined: February 4th, 2015, 11:44 pm

autocomplete is not working in firefox 34.0

Post by manikandanss03 »

Hi
Autocomplete is not working in Firefox 34.0 but it is working fine in Firefox 25.0.
Please advise me regarding this issue and guide me an alternate solution.

Thanks In Advance

Manikandan Santhi Selvam
User avatar
DanRaisch
Moderator
Posts: 127231
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: autocomplete is not working in firefox 34.0

Post by DanRaisch »

Have you tried starting Firefox in Mozilla Safe Mode? http://kb.mozillazine.org/Safe_mode
If no improvement using Safe Mode, do you have the same problem if you create a new profile and test it with no extensions or non-default themes installed?
http://kb.mozillazine.org/Profile_Manager
and
http://kb.mozillazine.org/Creating_a_ne ... on_Windows
manikandanss03
Posts: 3
Joined: February 4th, 2015, 11:44 pm

Re: autocomplete is not working in firefox 34.0

Post by manikandanss03 »

Hi
Thanks DanRaisch for your reply but what I Actually need is

I have a login page, in this autocomplete should be OFF, So I added attribute as autocomplete="off" in the form tag. It is not working in Firefox 34.0 but it is working fine in Firefox 25.0.

Thanks
Manikandan Santhi Selvam
User avatar
DanRaisch
Moderator
Posts: 127231
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: autocomplete is not working in firefox 34.0

Post by DanRaisch »

Moving to Web Development.
manikandanss03
Posts: 3
Joined: February 4th, 2015, 11:44 pm

Re: autocomplete is not working in firefox 34.0

Post by manikandanss03 »

Thanks DanRaisch
I am waiting for the reply :)
Dom1953
Posts: 52
Joined: July 24th, 2014, 6:02 am
Location: Australia

Re: autocomplete is not working in firefox 34.0

Post by Dom1953 »

It looks like the autocomplete="off" preference is being ignored, either in part or totally due to resolution of bug 956906. (Firefox 25 was released 2013-06-25, the enhancement/bug report resolved on 2014-03-10.)

From a standards viewpoint, HTML5 allows user agents to provide some mechanisms to override autocomplete although perhaps not intending to make it active by default as seems to be the case in Firefox's expanded security settings.

I found an entry in Firefox 35.01's about:config page for
signon.storeWhenAutocompleteOff;true

I haven't experimented with it, but taken literally it would mean that by default the password manager will offer to store the password no matter what you do.
Post Reply