Opened 12 years ago
Closed 12 years ago
#1742 closed patch (Fixed)
Failure in Event handler prevents further emissions
Reported by: | jumentous | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3.2 |
Component: | Core | Version: | 1.3.0_dev |
Keywords: | Cc: |
Description
In developing a plugin i've noticed that if there is an exception thrown from the event handler it is propogated back to the top and prevents other handlers that were waiting for this event being called.
It explains a few inconsistencies i've been having.
Attachments (1)
Change History (3)
Changed 12 years ago by jumentous
comment:1 Changed 12 years ago by Cas
- Milestone changed from Future to 1.3.2
- Type changed from defect to patch
comment:2 Changed 12 years ago by damoxc
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Applied in e579a78, thanks!