submitError event bug

submitError event bug

RagnarGrootKoerkampRagnarGrootKoerkamp Posts: 48Questions: 14Answers: 1

The page for editor.submit(success,error) states that the error callback is equivalent to the submitError event.
This is not the case, because in _submitSuccess, at some point errorCallback may be called without calling submitError.

I would prefer that submitError is also called in _submitSuccess.

This discussion has been closed.