Comment 2 for bug 1487222

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/5163
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/2b224d46178eafcb59327f4a753f8de9b6ed44c3
Submitter: Son Nguyen (<email address hidden>)
Branch: master

commit 2b224d46178eafcb59327f4a753f8de9b6ed44c3
Author: Robert Lyon <email address hidden>
Date: Mon Aug 24 12:27:48 2015 +1200

Bug 1487222: Loading spinner problem with TinyMCE imagebrowser

behatnotneeded: is a style change

When you submit the form after uploading an image it removes the form
completely from the DOM so that the functions formStopProcessing() and
processingStop() never get to trigger.

I've added a processingStop() to the imagebrowser code directly - this
should be fine as mahara.js is called on every page so the function
will be presesnt.

Change-Id: I2ef6b44885e75c6f032557adacd920efbf4b1aa2
Signed-off-by: Robert Lyon <email address hidden>