You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2018. It is now read-only.
My test page has already been hacked to make it work in Opera. It would be nice to make it work properly in every major browser (including those popular in Eastern Europe). Can you help?
@mekras: #ERROR# : Your fix appears to prevent forms from being submitted, at least in Chrome. Have you tried your own fix, and tested the results on a variety of browsers?
I've tried it in Firefox 5. And I think this is just a one error in a chain. After spent some time trying to find out other errors I've refused to use this library. So I have no complete fix :-(
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I suppose that this line
https://github.com/westonruter/webforms2/blob/master/webforms2_src.js#L1525
contains an error. I think that valid code is:
if(el.checkValidity != undefined && !el.checkValidity())
and not:
if(!el.checkValidity() && el.checkValidity() != undefined)
The text was updated successfully, but these errors were encountered: