#14133: No output from cell after error was expanded
----------------------------------------------------------+-----------------
       Reporter:  ManDay                                  |         Owner:  
jason, mpatel, was
           Type:  defect                                  |        Status:  new 
              
       Priority:  major                                   |     Milestone:  
sage-5.8          
      Component:  notebook                                |    Resolution:      
              
       Keywords:  error notebook invisible latex typeset  |   Work issues:      
              
Report Upstream:  N/A                                     |     Reviewers:      
              
        Authors:                                          |     Merged in:      
              
   Dependencies:                                          |      Stopgaps:      
              
----------------------------------------------------------+-----------------

Comment (by ppurka):

 Strictly speaking, this is not an error. The output of a cell has three
 levels of output - let's call them ''default'', ''verbose'' and
 ''hidden''. The first level is the default. When there is no typeset
 output, the whole output is present in the default and in the verbose
 level. The output in the verbose level is what you get when you click on
 the left to show extra output when some error happens. If you click it
 once more you will cycle back to the hidden level. So, essentially it is
 cycle like this:
 {{{
 default -> [click] -> verbose -> [click] -> hidden -> [click] -> default
 }}}

 When the output is typeset, the whole output is present in only the first
 level - ''this might be a bug,'' since I think the second level is for the
 verbose output and it should include whatever is in the default first
 level.

 So, if we follow your steps to reproduce this "bug", we will do this
 1. Turn on Typeset.
 2. Type `k+; 5` in a cell and evaluate
 3. Click on left of the output to show verbose output
 4. Remove `k+;` and evaluate
 5. There is no output, so we will click to the left of what should have
 been the output, but we click twice.
 6. We will see the typeset 5 in the output.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14133#comment:3>
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to