Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 11 years ago

#10575 closed bug (fixed)

Breaking changes in live event propagation between 1.6.4 and 1.7rc1

Reported by: musicisair@… Owned by:
Priority: blocker Milestone: 1.7
Component: event Version: 1.7rc1
Keywords: Cc:
Blocked by: Blocking:

Description

Test Cases: http://jsfiddle.net/musicisair/ALCvY/16/ (1.7rc1) http://jsfiddle.net/musicisair/ALCvY/17/ (1.6.4)

I had a hard time explaining this in jquery-dev IRC so I'll just let the code and console do the talking. Please see the test cases above.

Basically, events may not be triggered under certain circumstances in 1.7rc1 (when they ARE triggered in 1.6.4).

Change History (6)

comment:1 Changed 12 years ago by musicisair@…

I just realized I didn't explain how to reproduce:

Click "Check All" and look at your console. The results differ between jQuery versions even though the code is the same.

comment:2 Changed 12 years ago by musicisair@…

For further clarification:

The error is that the .change-logger event isn't firing for the "all" input.

comment:3 Changed 12 years ago by gnarf

Status: newopen
Summary: Breaking changes in live event propagation between 1.6.4 and 1.7rc1Missing event when

Agreed, this should definitely be triggering a "change" event in the "change logger" delegate for the "all" input, but it isn't.

comment:4 Changed 12 years ago by gnarf

Summary: Missing event whenBreaking changes in live event propagation between 1.6.4 and 1.7rc1

comment:5 Changed 12 years ago by gnarf

Component: unfiledevent
Milestone: None1.7
Priority: undecidedblocker

comment:6 Changed 12 years ago by Dave Methvin

Resolution: fixed
Status: openclosed

Fix #10575. Undeclared matched var hosed recursive delegate calls.

Thanks davidmurdoch for staying with this bug!

Changeset: fc13f5b6cebc25e7cdb7bc72c4a7d3298e2c696a

Note: See TracTickets for help on using tickets.