Opened 11 years ago
Closed 11 years ago
#10999 closed bug (invalid)
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.
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
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!
Note: See
TracTickets for help on using
tickets.
Without helper, both on() and delegate() work: http://jsfiddle.net/forresto/Qnzw4/
So maybe this is a JQueryUI bug?