Opened 6 years ago
Last modified 3 years ago
#18420 new defect
DOM emit and synthetic emit inconsistency in dojo/on
Reported by: | bpayton | Owned by: | Kris Zyp |
---|---|---|---|
Priority: | undecided | Milestone: | 1.14 |
Component: | Events | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The on.emit
method treats non-cancelable events differently depending on whether it uses DOM or synthetic dispatch. Non-cancelable events are never returned by on.emit
when synthetic dispatch is used.
There is a test in the incoming intern-based dojo tests that demonstrates the issue. I have a commit that addresses the issue, but since this is such a core API, I'll create a PR to make sure it gets some visibility and review.
Change History (2)
comment:1 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|
comment:2 Changed 3 years ago by
Milestone: | 1.13 → 1.14 |
---|
Note: See
TracTickets for help on using
tickets.
https://github.com/dojo/dojo/pull/127