Opened 12 years ago
Closed 12 years ago
#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: | ||
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.
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I just realized that this has already been fixed and can be closed