drgullin / icheck

Highly customizable checkboxes and radio buttons (jQuery & Zepto)
http://fronteed.com/iCheck
7.38k stars 1.62k forks source link

Checkbox gets selected while hovering in IE11, document mode IE10 #124

Closed dennisdevetter closed 10 years ago

dennisdevetter commented 10 years ago

With the latest source of v2.0,I got a strange behavior that the checkbox gets selected withouth clicking, but just by hovering over the element.

drgullin commented 10 years ago

Oops. I'll fix it tomorrow.

You can temporally switch off the tap option to make it work as expected.

drgullin commented 10 years ago

Does it work now?

Please make sure you've a tap option set to true.

You can add this code before you include the iCheck:

<script>
window.icheck = {
  tap: true
};
</script>
dennisdevetter commented 10 years ago

Fixed. the tap option is by default set to true, so i dont need it ..

works like expected now. i'll use the latest code of FEB02.

drgullin commented 10 years ago

Nice to hear, thanks.