Hi All, I have just reported this bug and thought I'd copy it here so everybody who is interested can have a look and comment as they need to.
http://bugzilla.qooxdoo.org/show_bug.cgi?id=1860 ------------------------------------------------------------------------- When you make an rpc call using callAsyncListeners and coalesce all errors to "failed", when the server replies with an error the "failed" event is fired. Correct. When you make an rpc call using callAsyncListeners and don't coalesce the errors, it is the "completed" event that gets fired when the server returns the error. At the event handler level we now have no way of telling if e.getData() is a result or error object. Wrong! ------------------------------------------------------------------------- I have also uploaded a patch to fix the problem, Thanks, Matt ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
