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

Manipulation: Use textarea for missing IE defaultValue check (#14716) #1495

Closed
wants to merge 1 commit into from

Commits on Jan 23, 2014

  1. Manipulation: Use textarea for missing IE defaultValue check

    IE11 fixed the checkbox defaultValue issue but not textarea. Rather than
    creating a new detect name I'm reusing the old one to protect anyone who
    is unwisely using this externally. Re-fixing the defaultValue of when it
    doesn't need to be done is not a problem, so leave that code for IE11.
    
    Fixes #14716
    dmethvin committed Jan 23, 2014
    Copy the full SHA
    0009ae6 View commit details
    Browse the repository at this point in the history