Modify ↓
Ticket #8275 (closed bug: worksforme)
stopPropagation Checkbox Issue with jQuery 1.5 and Firefox 3.6
| Reported by: | jsavorydesign@… | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | event | Version: | 1.5 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: | #7340 |
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
comment:1 Changed 2 years ago by jitter
- Priority changed from undecided to blocker
- Status changed from new to open
- Component changed from unfiled to event
- Blocked by 7340 added
- Milestone changed from 1.next to 1.6
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

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.