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
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