Side navigation
#8465 closed bug (invalid)
Opened March 07, 2011 07:55PM UTC
Closed March 08, 2011 02:49AM UTC
Allow defaultPrevented event attribute to bubble
Reported by: | fracmak | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | unfiled | Version: | 1.5.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
There's a problem with the event bubbling system where we want to flag that an event has been handled, but we don't want to prevent the event from bubbling up. This is often done by using the "isDefaultPrevented", but this attribute doesn't get bubbled up.
I just realized that this has already been fixed and can be closed