submitError event bug
submitError event bug
RagnarGrootKoerkamp
Posts: 48Questions: 14Answers: 1
in Editor
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.