Skip to main content

Bug Tracker

Side navigation

#8712 closed bug (fixed)

Opened March 30, 2011 06:14PM UTC

Closed April 07, 2011 02:17AM UTC

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
Attachments (0)
Change History (3)

Changed March 30, 2011 06:39PM UTC by cowboy comment:1

milestone: 1.next1.6
owner: → dmethvin
priority: undecidedblocker
status: newassigned

Changed March 30, 2011 07:31PM UTC by john comment:2

component: unfiledevent

Changed April 07, 2011 02:17AM UTC by Dave Methvin comment:3

resolution: → fixed
status: assignedclosed

Fixes #8712. Bubble custom events to the window when they are triggered. Ride that, Cowboy!

Changeset: b7dd8404c52518bc4d71b0e715c506252d651a3f