AtlasOfLivingAustralia / ala-cas-5

ALA CAS 5 implementation
Apache License 2.0
0 stars 11 forks source link

Login on mobile: greyed-out login button #15

Open nickdos opened 6 years ago

nickdos commented 6 years ago

When testing the new version on Chrome (iOS) I let Chrome autocomplete my email address and insert password. However after that the login button is greyed-out and not responsive be bing pressed/clicked.

image

Fix is to delete the last letter of the email address and type it back again and then the login button is active.

image

There might be some JS code that is detecting keypress and not change event maybe.