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

[Checkbox] Special case for <a> tag to allow clicks #2804

Closed
pklebba opened this issue Aug 7, 2015 · 5 comments
Closed

[Checkbox] Special case for <a> tag to allow clicks #2804

pklebba opened this issue Aug 7, 2015 · 5 comments
Milestone

Comments

@pklebba
Copy link

pklebba commented Aug 7, 2015

For example:

 <div class="ui toggle checkbox rnr-register-accept">
     <input type="checkbox" ng-model="accept">
     <label>Accept <a href="/myPage">rules</a></label>
 </div>

Checkbox's event are blocking url. This should be fixed.

@jlukic jlukic changed the title URL's event in checkbox label is prevented. [Checkbox] Special case for <a> tag to allow clicks Aug 7, 2015
@jlukic
Copy link
Member

jlukic commented Aug 7, 2015

Agreed, that's no good.

@jlukic jlukic added this to the 2.1.x milestone Aug 7, 2015
@tcigrand
Copy link

Am I missing something or is this not reproducible?

http://jsfiddle.net/efp8z6Ln/175/

@pklebba
Copy link
Author

pklebba commented Aug 12, 2015

@tcigrand You forgot about JS: http://jsfiddle.net/efp8z6Ln/176/

@tcigrand
Copy link

Gotcha, thanks, sorry to muddle up the issue.

@jlukic
Copy link
Member

jlukic commented Aug 12, 2015

Fixed in next

@jlukic jlukic closed this as completed Aug 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants