Re: [qooxdoo-devel] Errors in event handling should not break code that fires the events

2015-05-21 Thread John Spackman
That sounds like a good idea to me; IMHO the exception handling should be caught and output with a stack dump (it’s frustrating having to run with catch all exceptions turned on) John > On 21 May 2015, at 07:19, Florin Jurcovici wrote: > > Here's a test to describe what happens (sorry for the

[qooxdoo-devel] Errors in event handling should not break code that fires the events

2015-05-20 Thread Florin Jurcovici
Here's a test to describe what happens (sorry for the lost indentation): qx.Class.define("com.flj.sketchbook.test.MiscTest", { extend : qx.dev.unit.TestCase, members : { "test: 00. exception in event handler breaks event firer": function() { var listener = new qx.core.Object(); listener.onEvent