You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
Sorry for the delayed response. I have checked the plugin on Firefox 6 on both Mac OSX and Windows, and I don't see any problem. I am not sure why you are facing it. I also checked on other versions of Firefox and don't see any issue.
On which Platform / OS are you seeing this problem?
Since it did not work in firefox. This page does ezmarking in webkit alone. (using jquery.browser)
What happened was that on click, the image does not change to unmarked but the selection event fires.
warning: I have replaced the images with custom images and that may be the cause of the problem. However as you see above when I did an inspect it looks like the class change which had to happen did not happen (even though the event fired)
I can send a more detailed error report but what information do you need ?
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 text was updated successfully, but these errors were encountered: