Modify ↓
Ticket #8465 (closed bug: invalid)
Allow defaultPrevented event attribute to bubble
| Reported by: | fracmak | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.next |
| Component: | unfiled | Version: | 1.5.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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.
Change History
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.

I just realized that this has already been fixed and can be closed