Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #75 - Bug with form submit handler not being attached in some cases #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 3, 2015

  1. Fix #75 - Bug with form submit handler not being attached in some cases

    According to the HTML5 spec, the 'form' property of an HTMLInputElement
    may be any id of a form in the current document *or* the containing form
    HTMLFormElement itself. The second case was previously not accounted for,
    only adding the submit handler when a string was present. This was
    breaking functionality on IE9.
    
    Credit for this goes to @littletijn: http://git.io/vRYQX
    rmorrin committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    5a4dae7 View commit details
    Browse the repository at this point in the history