Side navigation
#10999 closed bug (invalid)
Opened December 12, 2011 07:03AM UTC
Closed December 12, 2011 10:16AM UTC
resizestop event isn't bubbling
Reported by: | Forrest O. | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | misc | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I am listening for JQueryUI's resizestop in a Backbone view. This worked with JQuery 1.6.4, but not with 1.7.1. It seems to only be an issue with the resize helper on.
Attachments (0)
Change History (2)
Changed December 12, 2011 07:18AM UTC by comment:1
Changed December 12, 2011 10:16AM UTC by comment:2
component: | unfiled → misc |
---|---|
priority: | undecided → low |
resolution: | → invalid |
status: | new → closed |
Thanks for submitting a ticket. Unfortunately this looks like it's an issue with jQueryUI rather than jQuery core itself. As this tracker is only for jQuery-related bugs, please re-submit your ticket to the jQueryUI bug tracker for further assistance. Thanks!
Without helper, both on() and delegate() work: http://jsfiddle.net/forresto/Qnzw4/
So maybe this is a JQueryUI bug?