Modify ↓
Ticket #8712 (closed bug: fixed)
Custom events don't bubble up to window
| Reported by: | cowboy | Owned by: | dmethvin |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.6 |
| Component: | event | Version: | 1.5.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Test page: http://jsfiddle.net/cowboy/uAHqv/
On DOM ready, I get this:
custom DIV custom BODY custom HTML custom #document
And when I click the "click me" div, I get:
click DIV click BODY click HTML click #document click DOMWindow
Change History
comment:1 Changed 2 years ago by cowboy
- Owner set to dmethvin
- Priority changed from undecided to blocker
- Status changed from new to assigned
- Milestone changed from 1.next to 1.6
comment:3 Changed 2 years ago by Dave Methvin
- Status changed from assigned to closed
- Resolution set to fixed
Fixes #8712. Bubble custom events to the window when they are triggered. Ride that, Cowboy!
Changeset: b7dd8404c52518bc4d71b0e715c506252d651a3f
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.
