martzcodes / gt-course-surveys

Helping students assess course difficulty and workload.
https://omscentral.com
36 stars 11 forks source link

login form does not work with password manager (KeePass) #18

Closed cmeury closed 8 years ago

cmeury commented 8 years ago

Steps to reproduce

  1. Go to https://gt-course-surveys.herokuapp.com/#/login
  2. Let KeePass (via KeeFox browser plugin) fill out the form automatically

    Observation

    • Both username and password are filled in, but the Login button is disabled.

      Expectation

    • The Login button is enabled.

      Workaround

    • Entering any character and pressing backspace (to not make the credentials incorrect) will "unlock" the login button.
mehmetbajin commented 8 years ago

Setting an interval to trigger the controls may do the trick:

http://stackoverflow.com/questions/31288826/keepass-and-angularjs-login-form-doesnt-trigger-validation

mehmetbajin commented 8 years ago

Verified fix with Dashlane. Please reopen if issue persists.