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
select.val(newValue) doesn't work in IE10 if option contents have leading/trailing spaces #1902
Labels
Milestone
Comments
|
This is caused by the fact that the |
mgol
added a commit
to mgol/jquery
that referenced
this issue
Dec 4, 2014
The hook is still defined; not using it could cause issues in IE<11. Also, IE10 no longer throws when value not set but it still doesn't trim the value. IE11 has all those issues fixed; support comments are updated. Fixes jquerygh-1902 Closes jquerygh-1901
|
PR: #1901 |
mgol
added a commit
to mgol/jquery
that referenced
this issue
Dec 8, 2014
The hook is still defined; not using it could cause issues in IE<11. Also, IE10 no longer throws when value not set but it still doesn't trim the value. IE11 has all those issues fixed; support comments are updated. Fixes jquerygh-1902 Closes jquerygh-1901
mgol
added a commit
that referenced
this issue
Dec 8, 2014
The hook is still defined; not using it could cause issues in IE<11. Backport the test from the master branch. Also, IE10 no longer throws when value not set but it still doesn't trim the value. IE11 has all those issues fixed; support comments are updated. (cherry-picked from f6302b0) Fixes gh-1902 Closes gh-1901
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Example:
should return
"2"and it doesn't in IE10.The text was updated successfully, but these errors were encountered: