Identityserver4.admin: Login button doesn't work on Internet Explorer

Created on 9 Nov 2018  路  4Comments  路  Source: skoruba/IdentityServer4.Admin

When I try to login on Login view using internet explorer, the login button doesn't work. I tried with other browser and this issue doesn't happen

Regards

bug task

Most helpful comment

Problem is not Login button, but always invalid login form when checking for required fields (Username and Password), because of bug in jquery-validation plugin 1.18.0.

Upgrade jquery-validation plugin to v1.19.0 to solve this issue.

More info here:
https://github.com/jquery-validation/jquery-validation/issues/2211

All 4 comments

Hey,
I will check it, thanks!

Problem is not Login button, but always invalid login form when checking for required fields (Username and Password), because of bug in jquery-validation plugin 1.18.0.

Upgrade jquery-validation plugin to v1.19.0 to solve this issue.

More info here:
https://github.com/jquery-validation/jquery-validation/issues/2211

Thanks, I will update it!

@drasalskis - You are right, I've updated jquery-validation and now it's working great. Thank you!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Aegide picture Aegide  路  4Comments

xmichaelx picture xmichaelx  路  4Comments

skoruba picture skoruba  路  4Comments

we4sz picture we4sz  路  4Comments

adeelansari picture adeelansari  路  4Comments