quassy / pwdhash

A secure local password generator based upon Stanford PwdHash (pwdhash.com)
https://quassy.github.io/pwdhash/
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

Form resets randomly #13

Open quassy opened 5 years ago

quassy commented 5 years ago

MDN web docs: On page load

Current Firefox trunk nightlies will fire the onPageLoad function for not only documents, but xul:images (favicons in tabbrowser). If you only want to handle documents, ensure aEvent.originalTarget.nodeName == "#document" .

Sometimes this makes the input form reset at random and unusable.

quassy commented 5 years ago

Should be fixed with ebaa224c8fbe1ba6e853c7676cf37bf35235023b.