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 for IE8 compatibility issue #22

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

Conversation

katzmo
Copy link

@katzmo katzmo commented Nov 27, 2014

IE8 does not support the standard change event for radios/checkboxes, it uses propertychange instead (see here for more explanations). So when clicking a picker checkbox in IE, nothing happens. This patch fixes the change event for IE8 so checkboxes become clickable.

I'm not sure about formstone support for even older IEs? Since there already was a check for IE8 I used that, but older IEs will very likely need this fix, too!

Fixes change event for IE8 so checkboxes are actually clickable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant