jqBootstrapValidation icon indicating copy to clipboard operation
jqBootstrapValidation copied to clipboard

Validation not working on Safari (desktop and iPhone/iPad)

Open ghost opened this issue 10 years ago • 1 comments

The validation script is working perfectly in Chrome and Firefox, but doesn't seem to be working in Safari for me. Even with empty fields, the form still submits and (best case) reloads the page and resets all of the forms.

Meanwhile, on Chrome/Firefox, I see proper tooltips and form error indicators. I've tried versions 1.3.6 and down to 1.3.4, and still no luck... However, the script seems to be working fine on the website. Is there a known issue ongoing? Or is this simply a programming error on my part...

ghost avatar Jul 27 '15 15:07 ghost

This issue can be easily reproduced by opening jqBootstrapValidation's home page in safari, choosing the example for number validator, putting some random letters and clicking 'Test Validation' button. You will still see 'OK' in the pop-up.

awp166call avatar Sep 28 '15 09:09 awp166call