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

problem with checkbox and radio inside label #6

Closed
rumends opened this issue Mar 28, 2013 · 4 comments
Closed

problem with checkbox and radio inside label #6

rumends opened this issue Mar 28, 2013 · 4 comments
Labels

Comments

@rumends
Copy link

rumends commented Mar 28, 2013

when you put checkbox or radio inside label element (with for="id" or without) changing element status not working.

when I change your example like this:

<li> <label><input tabindex="1" type="checkbox" id="minimal-checkbox-1"> Checkbox 1</label> </li> <li> <label for="minimal-checkbox-2"><input tabindex="2" type="checkbox" id="minimal-checkbox-2"> Checkbox 2</label> </li>

nothing happens when click on checkbox or label.
I try it in IE, Firefox and Chrome.

@Ph3nol
Copy link

Ph3nol commented Mar 29, 2013

I have the same problem. Any idea about it?

Thanks.

@viktordavidovich
Copy link

GUYS, why this plugin, do not support mousedown and mouseup event, look default checkbox and radiobuttons in browers. (

@drgullin
Copy link
Owner

drgullin commented Apr 2, 2013

@viktordavidovich, create a separate ticket and provide a detailed information about the issue, please.

@drgullin
Copy link
Owner

drgullin commented Apr 9, 2013

fixed in v0.8, fd3993f

even nested labels now can be used, like:

<label>
  <input type="radio" id="foo">
  <label for="foo">Bar</label>
</label>

@drgullin drgullin closed this as completed Apr 9, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants