- 05 Sep, 2014 1 commit
-
-
Student couldn't able to submit his answer in ie9 becuase mathjax was used before its complete loading thats cuase the problem. Mathjax operations should be handled synchronously inorder to avoid error. BLD-1199
Waqas Khalid committed
-
- 23 Jul, 2014 1 commit
-
-
Chris Terman committed
-
- 13 Jun, 2014 1 commit
-
-
Declare variables locally - The `allSections` variable was leaking into the global scope, due to a typo in the declaration. - `dataProcessed` can be declared more narrowly within the callback.
stv committed
-
- 18 Apr, 2014 1 commit
-
-
to successfully call a function with parameters by setTimeout, it needs to be a function that will be called by setTimeout internally. this patch actually enables multiple tries for calling the setState function.
Jonas Jelten committed
-
- 20 Dec, 2013 1 commit
-
-
Added JSInput template to Studio and a sop attribute to JSInput. Only if it's set to false, as in JSInput's template, will JSChannel be used to bypass it. In all other cases (attribute not present or set to something else), SOP is enforced. Compatibility with jsVGL is therefore maintained. Multiple JSInput are supported in a vertical. Also, save button now functions. [BLD-523, BLD-556, BLD-568]
jmclaus committed
-
- 30 Aug, 2013 1 commit
-
-
Affects: Choicegroups, option inputs, textline, and formula equation inputs
Peter Baratta committed
-
- 13 Aug, 2013 1 commit
-
-
Change the `MathJax.Hub.Queue(initializeRequest)` to a simpler function call (`initializeRequest.call(this)`). This was failing to give a proper context to initializeRequest, and `this.value` was turning up as `undefined`. Also add a fallback if we need to display some code before MathJax finishes its original typesetting. I was stubbing out `Queue` in my specs, so the tests had to be changed around a little.
Peter Baratta committed
-
- 12 Aug, 2013 1 commit
-
-
Named `FormulaEquationInput` (name up for debate) - Based off ChemEqnIn - Add FormulaEquationInput in inputtypes.py - Add a call to a skeleton method for a preview javascript: - Queue up some MathJax - Put some ordering on the AJAX requests: add a parameter when the request was started, when it returns check that it isn't outdated before displaying the preview - Tests Note: we moved the `jsinput` tests and DISABLED them, because they were causing the tests to fail.
Peter Baratta committed
-
- 08 Jul, 2013 1 commit
-
-
Julian Arni committed
-