Opened 11 years ago
Closed 11 years ago
#13104 closed bug (notabug)
New click event on checkbox behavior doesn't make sense when using preventDefault()
Reported by: | 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!
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
Yes, we are now in sync with native event behavior, which is good. Please send complaints to the W3C. :)
Note: See
TracTickets for help on using
tickets.
Check the console.log in the jsfiddle.