Opened 14 years ago
Closed 14 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)
by , 14 years ago
Attachment: | 0001-Stop-an-exception-in-an-Event-handler-from-preventin.patch added |
---|
comment:1 by , 14 years ago
Milestone: | Future → 1.3.2 |
---|---|
Type: | defect → patch |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Applied in e579a78, thanks!