TACC/Visqueue

find cause of bootstrap modal crash

Closed this issue · 3 comments

Does not occur when only switching projects in one field of science.

this is the error:

bootstrap.min.js:6 Uncaught Error: Modal is transitioning
at h.hide (bootstrap.min.js:6)
at HTMLDivElement. (bootstrap.min.js:6)
at Function.each (jquery-3.2.1.min.js:2)
at r.fn.init.each (jquery-3.2.1.min.js:2)
at r.fn.init.h._jQueryInterface [as modal] (bootstrap.min.js:6)
at partition.js:540

fixed issue with most recent commit. added setTimeout() before closing the modal itself. Everything seems to work smoothly now.

Nevermind the fix didn't work. Still trying to find issue.