infinity0 / mozilla-gnome-keyring-legacy

A firefox extension that enables Gnome Keyring integration (legacy version)
https://bugzilla.mozilla.org/show_bug.cgi?id=309807
Other
55 stars 8 forks source link

autocomplete doesn't work on mango.gnome.org #6

Closed infinity0 closed 12 years ago

infinity0 commented 12 years ago

https://mango.gnome.org/

doesn't autocomplete the password, even if you explicitly select the username from the drop-down menu (which it correctly generates)

infinity0 commented 12 years ago

same issue on https://trac.transmissionbt.com/

both login pages have <input type="password" name="password"> which I believe is screwing with the internal data format that this extension uses to store stuff in gnome-keyring

infinity0 commented 12 years ago

https://bitbucket.org/account/signin/ works, and it has type="password" name="password"

however, the results are the same (for all 3 sites) either with this extension installed, or without on a pristine firefox. so it's more likely a firefox issue than an issue with this extension.

tested on debian iceweasel 10 and ubuntu firefox 9.

infinity0 commented 12 years ago

also, debugging code shows that findLogins() is not even being called on the 2 sites that it's not working on.

infinity0 commented 12 years ago

note: none of these have autocomplete="off", which will prevent autocompletion untill you delete that attribute via the DOM inspector.

infinity0 commented 12 years ago

bug reported to mozilla https://bugzilla.mozilla.org/show_bug.cgi?id=736865

infinity0 commented 12 years ago

the behaviour for mango.gnome.org is an existing mozilla bug https://bugzilla.mozilla.org/show_bug.cgi?id=354706

I can no longer reproduce the behaviour for trac.transmissionbt.com but perhaps I did something wrong originally. closing this bug.