Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:2 Changed 17 months ago by addyosmani
- Priority changed from undecided to low
- Resolution set to invalid
- Status changed from new to closed
- Component changed from unfiled to misc
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!
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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?