Bug Tracker

Modify

Ticket #8275 (closed bug: worksforme)

Opened 2 years ago

Last modified 2 years ago

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

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 2 years ago by jsavorydesign@…

Thanks for the explanation and details on the workaround.

comment:3 Changed 2 years ago by john

  • Status changed from open to closed
  • Resolution set to worksforme
  • Milestone 1.6 deleted

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.