sarahavilov / autofillforms-e10s

A multi browser extension that enables you to fill out web forms with one click
https://webextension.org/listing/autofill-forms.html
57 stars 39 forks source link

password field not working #40

Open krbvroc1 opened 6 years ago

krbvroc1 commented 6 years ago

I am running 52.4.0 (Firefox ESR) - latest under Centos 7 as I write this. I tried creating a rule to fill some password fields and it is not working. All other fields, including other custom ones, worked fine. When hitting the auto fill I see the following:

Also is it required to add 'password' to the acceptable input types? I believe I tried that and it also failed.

console.error: 
  Got a removal of an actor we didn't know about: server1.conn0.child1/domnode688
console.error: 
  Got a removal of an actor we didn't know about: server1.conn0.child1/domnode689
console.error: 
  Got an addition of an actor we didn't know about: server1.conn0.child1/domnode698
console.error: 
  Got an addition of an actor we didn't know about: server1.conn0.child1/domnode699
console.error: 
  Got a removal of an actor we didn't know about: server1.conn0.child1/domnode698
console.error: 
  Got a removal of an actor we didn't know about: server1.conn0.child1/domnode699
console.error: 
  Got an addition of an actor we didn't know about: server1.conn0.child1/domnode707
console.error: 
  Got an addition of an actor we didn't know about: server1.conn0.child1/domnode708
console.error: 
  Got a removal of an actor we didn't know about: server1.conn0.child1/domnode707
console.error: 
  Got a removal of an actor we didn't know about: server1.conn0.child1/domnode708
console.error: 
  Got an addition of an actor we didn't know about: server1.conn0.child1/domnode717
console.error: 
  Got an addition of an actor we didn't know about: server1.conn0.child1/domnode718
krbvroc1 commented 6 years ago

One additional note for you, if I modify the html source code to change the field type from password to text it autofills correctly. So something is not working related to the password type.

xtreamprince commented 6 years ago

@sarahavilov can u please add a field for password, it is one of the main element of any form.