Bug Tracker

Opened 12 years ago

Closed 12 years ago

#8275 closed bug (worksforme)

stopPropagation Checkbox Issue with jQuery 1.5 and Firefox 3.6

Reported by: [email protected] Owned by:
Priority: blocker Milestone:
Component: event Version: 1.5
Keywords: Cc:
Blocked by: #7340 Blocking:

Description

stopPropagation appears to be ignored on checkbox clicks in jQuery 1.5 on Firefox 3.6.13. This previously worked in jQuery 1.4.4.

Example is available at http://jsfiddle.net/m8a9g/5/

Works as intended in Chrome 9.0.597.98 or by switching the framework back to 1.4.4 in Firefox (browsers tested in Windows XP).

Change History (3)

comment:1 Changed 12 years ago by jitter

Blocked by: 7340 added
Component: unfiledevent
Milestone: 1.next1.6
Priority: undecidedblocker
Status: newopen

Thanks for taking the time to contribute to the jQuery project by writing a bug report and providing a test case!

jQuery 1.4.4 contained some code to make focusin/focusout bubble also in non IE-browsers. But the code was buggy and got removed for 1.5 .

You can follow the ticket #7340 for progress on this issue.

In the meantime you should be able to workaround this problem by binding to the focus event instead of focusin.

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

Thanks for the explanation and details on the workaround.

comment:3 Changed 12 years ago by john

Milestone: 1.6
Resolution: worksforme
Status: openclosed

I'm not seeing this issue? I agree with jitter on this, as well.

Note: See TracTickets for help on using tickets.