Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#9649 closed bug (invalid)

Change events not fired on checkbox in Opera 11.50 when clicking a label element

Reported by: [email protected] Owned by:
Priority: low Milestone: 1.next
Component: event Version: 1.6.1
Keywords: browser-opera Cc: miketaylr
Blocked by: Blocking:

Description

In this situation where:

  1. You have a .live binding to a click event and that event calls the .preventDefault() method
  2. The live binding is completely unrelated to the checkbox element and the wrapping label element
  3. You have a .change binding on the checkbox element

Then when you click the label (in order to tick/untick the checkbox) the change event on the checkbox is not fired.

This works in Opera 11 but not in 11.50

Demo code: http://jsfiddle.net/QYgAH/

Change History (7)

comment:1 Changed 12 years ago by Rick Waldron

Cc: miketaylr added

I think we'll wait unti 11.50 is released. According to my installation and the update check, 11.11 is the current stable.

cc'ing mike taylor, maybe he has some insight

comment:2 Changed 12 years ago by Rick Waldron

comment:3 Changed 12 years ago by [email protected]

I've also submitted this same issue with the Opera team (DSK-340083) in case it's a bug on their side.

comment:4 Changed 12 years ago by timmywil

Component: unfiledevent
Keywords: browser-opera added
Priority: undecidedlow

comment:5 Changed 12 years ago by miketaylr

Thanks, Ray. I've CC'd the right people on your bug and we'll see what's up.

comment:6 Changed 12 years ago by miketaylr

Resolution: invalid
Status: newclosed

OK, appears to have been a regression in earlier 11.50 snapshots, but fixed in RC1: http://my.opera.com/desktopteam/blog/2011/06/23/swordfish-rc1

Thanks for reporting though!

comment:7 Changed 12 years ago by [email protected]

Thanks guys, all working in the RC :)

Note: See TracTickets for help on using tickets.