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: | 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
Blocked by: | 7340 added |
---|---|
Component: | unfiled → event |
Milestone: | 1.next → 1.6 |
Priority: | undecided → blocker |
Status: | new → open |
comment:3 Changed 12 years ago by
Milestone: | 1.6 |
---|---|
Resolution: | → worksforme |
Status: | open → closed |
I'm not seeing this issue? I agree with jitter on this, as well.
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 offocusin
.