Skip to main content

Bug Tracker

Side navigation

#8885 closed bug (duplicate)

Opened April 15, 2011 11:18PM UTC

Closed November 18, 2011 03:17PM UTC

Last modified November 18, 2011 03:17PM UTC

triggering checkbox's click()

Reported by: qwertymk Owned by: qwertymk
Priority: undecided Milestone: 1.next
Component: event Version: 1.5.2
Keywords: Cc:
Blocked by: Blocking:
Description

When I trigger a checkbox's click event. it ends up being the wrong status.

Look at this demo to see what I mean:

http://jsfiddle.net/EpPYk/

Attachments (0)
Change History (6)

Changed April 15, 2011 11:30PM UTC by timmywil comment:1

component: unfiledevent
owner: → qwertymk
status: newpending

Works for me. Which browser are you using?

Changed April 17, 2011 06:37PM UTC by qwertymk comment:2

status: pendingnew

FF and Chrome, the first way should work like the second way.

Changed April 17, 2011 08:41PM UTC by rwaldron comment:3

resolution: → worksforme
status: newclosed

The correct event to bind to is "change"

http://jsfiddle.net/rwaldron/EpPYk/1/

Changed November 18, 2011 03:16PM UTC by dmethvin comment:4

resolution: worksforme
status: closedreopened

Changed November 18, 2011 03:17PM UTC by dmethvin comment:5

resolution: → duplicate
status: reopenedclosed

Changed November 18, 2011 03:17PM UTC by dmethvin comment:6

Duplicate of #3827.