Opened 12 years ago
Closed 12 years ago
#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: | ||
Blocked by: | Blocking: |
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 (3)
comment:1 Changed 12 years ago by
Milestone: | 1.next → 1.6 |
---|---|
Owner: | set to dmethvin |
Priority: | undecided → blocker |
Status: | new → assigned |
comment:2 Changed 12 years ago by
Component: | unfiled → event |
---|
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Fixes #8712. Bubble custom events to the window when they are triggered. Ride that, Cowboy!