Side navigation
#13104 closed bug (notabug)
Opened December 21, 2012 04:01PM UTC
Closed December 21, 2012 04:22PM UTC
New click event on checkbox behavior doesn't make sense when using preventDefault()
Reported by: | stephenkamenar@gmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9b1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If you preventDefault() on click, it now says it's checked, even though it's not.
I vote to revert the behavior, if you want to know when it's changed, use the 'change' event!
Check the console.log in the jsfiddle.