palant / pfp

A simple and secure browser extension to be used with KeePass databases.
https://pfp.works/
Mozilla Public License 2.0
113 stars 14 forks source link

Fill-in: Assume that the only button in a form is the submit button #110

Closed palant closed 4 years ago

palant commented 4 years ago

On https://app.greenhouse.io/users/sign_in we fail to recognize the submit button because it isn't marked up as such. We attempt to submit the form instead, which breaks badly. We should recognize that this form has only one visible button and click it.

palant commented 4 years ago

Interestingly, this is only an issue in Firefox and works correctly in Chrome.