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

Firefox issues - unchecking does not reflect #4

Open
jigardoshi opened this issue Dec 17, 2011 · 2 comments
Open

Firefox issues - unchecking does not reflect #4

jigardoshi opened this issue Dec 17, 2011 · 2 comments

Comments

@jigardoshi
Copy link

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 ?

@itsalif
Copy link
Owner

itsalif commented Jan 10, 2012

Hello,

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?

Regards,

@jigardoshi
Copy link
Author

First of all thanks for your time and a great plugin.

I saw this problem in firefox 6 on the mac.

You can see my page here using ezmark

http://www.komparify.com/search/research?utf8=%E2%9C%93&searchparam%5Bregion%5D=1&searchparam%5BdataPlanType%5D=minute&searchparam%5Bspeed%5D=3100&searchparam%5Bunlimited_data%5D=0&searchparam%5Btypeofsearch%5D=tablet&searchparam%5Bdatatotalusage%5D=1200&searchparam%5Bdatadayusage%5D=1020&searchparam%5Bdatanightusage%5D=180&commit=++++

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 ?

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

No branches or pull requests

2 participants