Side navigation
#10575 closed bug (fixed)
Opened October 25, 2011 03:42PM UTC
Closed October 25, 2011 05:48PM UTC
Last modified March 08, 2012 03:42PM UTC
Breaking changes in live event propagation between 1.6.4 and 1.7rc1
Reported by: | musicisair@yahoo.com | 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).
Attachments (0)
Change History (6)
Changed October 25, 2011 03:48PM UTC by comment:1
Changed October 25, 2011 03:52PM UTC by comment:2
For further clarification:
The error is that the .change-logger event isn't firing for the "all" input.
Changed October 25, 2011 03:54PM UTC by comment:3
status: | new → open |
---|---|
summary: | Breaking changes in live event propagation between 1.6.4 and 1.7rc1 → Missing event when |
Agreed, this should definitely be triggering a "change" event in the "change logger" delegate for the "all" input, but it isn't.
Changed October 25, 2011 03:55PM UTC by comment:4
summary: | Missing event when → Breaking changes in live event propagation between 1.6.4 and 1.7rc1 |
---|
Changed October 25, 2011 03:56PM UTC by comment:5
component: | unfiled → event |
---|---|
milestone: | None → 1.7 |
priority: | undecided → blocker |
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.