drgullin / icheck

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

ICheck not working properly on Windows Server 2012 Standard #123

Closed dennisdevetter closed 10 years ago

dennisdevetter commented 10 years ago

Hi,

We found an issue using the iCheck library running on Windows Server 2012 Standard. with the following combination Browser Mode: IE10 Document Mode: IE7 standard

The checkboxes are not rendered at all (but the behavior itself still works) You can try it by browsing to the demo website http://fronteed.com/iCheck/

Since we are using the tool in production we are kinda stuck right now :/

Regards Dennis

drgullin commented 10 years ago

Hello Dennis,

Try to use 2.x version instead https://github.com/fronteed/iCheck/tree/2.x-beta Note that it has a bit different syntax.

dennisdevetter commented 10 years ago

I tried with the latest version 2.x beta and after editing the breaking changes in naming('iCheck' to 'icheck' and 'check' to 'checked', etc) I tried it again on different browser modes of IE and it gave a better result than my previous version (0.9)

rendering mode | browser mode | result IE7 | IE7 | OK IE10 comp. | IE7 | OK IE10 | IE7 | NOT OK (checkboxes are rendered correctly but the click doesnt fire the events "ifChecked", etc)

I definatly need this latest configuration to work. any ideas for a fix?

kind regards Dennis

drgullin commented 10 years ago

This issue is fixed by the latest commit.

Thanks for the heads up.

dennisdevetter commented 10 years ago

Great. thanks for the fast reply. Works perfect now.

drgullin commented 10 years ago

You're welcome.