Opened 8 years ago
Closed 8 years ago
#14134 closed defect (duplicate)
No output from cell after error was expanded
Reported by: | ManDay | Owned by: | jason, mpatel, was |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | notebook | Keywords: | error notebook invisible latex typeset |
Cc: | Merged in: | ||
Authors: | Reviewers: | Karl-Dieter Crisman | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Reproducible (and originally noticed) on the online "alpha" server.
Under the following conditions a cell will not produce any readable ouput in the notebook. However, output produced by html( ) will still appear - but anything typesetted (including tokens inside the html( ) such as
html( "This will still be visible - $But this wont$" )
will no longer be visible and the only solution is to delete the cell alltogether:
Typeset is ON There occurred an Error The error was "expanded" into details by clicking left of it The error was fixed
Reproduce like that: Enable Typeset. In a cell, type
k+; 5
Press Shift-Enter - an Error will appear. Expand the error by clicking left of it. Delete the "k+;" line, press Shift-Enter again - no output will appear.
Change History (3)
comment:1 Changed 8 years ago by
- Reviewers set to Karl-Dieter Crisman
- Status changed from new to needs_review
comment:2 Changed 8 years ago by
- Milestone changed from sage-5.8 to sage-duplicate/invalid/wontfix
- Status changed from needs_review to positive_review
comment:3 Changed 8 years ago by
- Resolution set to duplicate
- Status changed from positive_review to closed
Dup of #14133.