The plugin (header * @Version 1.0 * @Date June 27, 2010 ) does not seem to work on firefox (version 6.0) even though it works fine on webkit
Basically when you click a checked checkbox, the checked state is not reflected (and vice versa). But the checking itself (i.e. the event is fired perfectly)
I did an inspect and when i click on a checked checkbox (thereby unchecking it) the class of the div is still
"ez-checkbox-green ez-checked-green"
In chrome, this changes to only "ez-checkbox-green"
Is this a easily fixable issue ?
The plugin (header * @Version 1.0 * @Date June 27, 2010 ) does not seem to work on firefox (version 6.0) even though it works fine on webkit
Basically when you click a checked checkbox, the checked state is not reflected (and vice versa). But the checking itself (i.e. the event is fired perfectly)
I did an inspect and when i click on a checked checkbox (thereby unchecking it) the class of the div is still
"ez-checkbox-green ez-checked-green"
In chrome, this changes to only "ez-checkbox-green"
Is this a easily fixable issue ?