TrustTheVote-Project / horatio-client

A client for an absentee ballot request form.
MIT License
2 stars 4 forks source link

Submission in IE results in signature error #32

Open waldoj opened 9 years ago

waldoj commented 9 years ago

Attempting to submit the form in Internet Explorer 10 results in an error being returned by the validation API. I'm not sure what the problem is here.

waldoj commented 9 years ago

It turns out that IE isn't posting the form data at all. The IE10 inspector shows that no data at all is being submitted to the server with $.post(). I'm pretty sure the culprit is JSON.stringify($('form').serializeObject()).

waldoj commented 9 years ago

Yup, this is specific to IE 10, and to stringify().

waldoj commented 9 years ago

I'm starting to think that something is going wrong upstream, before we get to stringify().