Skip to main content

Bug Tracker

Side navigation

#8275 closed bug (worksforme)

Opened February 14, 2011 08:57PM UTC

Closed April 17, 2011 08:46PM UTC

stopPropagation Checkbox Issue with jQuery 1.5 and Firefox 3.6

Reported by: jsavorydesign@gmail.com Owned by:
Priority: blocker Milestone:
Component: event Version: 1.5
Keywords: Cc:
Blocked by: 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).

Attachments (0)
Change History (3)

Changed February 14, 2011 11:12PM UTC by jitter comment:1

blockedby: → 7340
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.

Changed February 15, 2011 03:11PM UTC by jsavorydesign@gmail.com comment:2

Thanks for the explanation and details on the workaround.

Changed April 17, 2011 08:46PM UTC by john comment:3

milestone: 1.6
resolution: → worksforme
status: openclosed

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