Ticket #6296 (new enhancement)
Add support for dojo.continueEvent()
| Reported by: | toonetown | Owned by: | anonymous |
|---|---|---|---|
| Priority: | low | Milestone: | future |
| Component: | General | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by toonetown) (diff)
Scenario: a class calls this.inherited(arguments) and the inherited function calls dojo.stopEvent on the event. However, the subclass wants to "un-cancel" the event after this.inherited has been called.
I don't think it's a major issue - but if your event gets stopped when calling this.inherited(), it might be helpful to have the ability to "restart" it in some way.
Change History
Note: See
TracTickets for help on using
tickets.