#9656: Code blocks in the notebook's interactive help get code overlaping itself
-----------------------------+--------------------------
Reporter: olazo | Owner: olazo
Type: defect | Status: needs_work
Priority: major | Milestone: sage-6.4
Component: notebook | Resolution:
Keywords: | Merged in:
Authors: Tim Dumol | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
Dependencies: | Stopgaps:
-----------------------------+--------------------------
Comment (by kcrisman):
I haven't seen this in a while, but I'm not sure if it could still happen
with MathJax.
Current code, however in roughly the same place and same file
{{{
// Call MathJax on the final output.
if (status === 'd' ) {
try {
MathJax.Hub.Queue(["Typeset",MathJax.Hub,cell_output]);
} catch (e) {
cell_output.innerHTML = 'Error typesetting mathematics' +
cell_output.innerHTML;
cell_output_nowrap.innerHTML = 'Error typesetting mathematics' +
cell_output_nowrap.innerHTML;
}
}
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/9656#comment:13>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.