jquery-validation / jquery-validation

jQuery Validation Plugin library sources

Home Page:https://jqueryvalidation.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validation getting triggered on orientation change

8bamo opened this issue · comments

commented

Subject of the issue

The validation is getting triggered when a mobile device is changing to portrait/landscape mode.

Your environment

  • version of jquery-validate: 1.19.1
  • which browser and its version: Chrome 95 (with devtools), Samsung Galaxy Tab A 10.1 (2019), Android 10, Chrome

Steps to reproduce

  • Just use any mobile device, open a form and switch the orientation

Expected behaviour

Validation should not get triggered by orientation change.

commented

It was triggered by another custom script ^^