#13585: "full_output.txt" doesn't update on notebook
-------------------------------------------------+--------------------------
       Reporter:  dox                            |         Owner:  dox          
           Type:  defect                         |        Status:  new          
       Priority:  major                          |     Milestone:  sage-wishlist
      Component:  notebook                       |    Resolution:               
       Keywords:  notebook, full_output, update  |   Work issues:               
Report Upstream:  N/A                            |     Reviewers:               
        Authors:                                 |     Merged in:               
   Dependencies:                                 |      Stopgaps:               
-------------------------------------------------+--------------------------

Comment (by nbruin):

 Are you sure it doesn't update? Are you requesting an explicit reload from
 your browser? As an example:
 If I do
 {{{
 for i in range(1000):
     print i
 }}}
 in the notebook and click `full_output.txt` I get the output as requested
 (in a new tab).

 If I now change the same cell:
 {{{#!diff
  for i in range(1000):
 -    print i
 +    print i^2
 }}}
 the tab `full_output.txt` doesn't change when I use firefox. This is
 because newer versions of Firefox, when asked to open a URL that is
 already open in some tab or window, will just change to that tab/window;
 it does not reload the content. Once I explicitly ask to reload that file,
 I do get the updated output.

 The above behaviour is not a bug in Sage. It's an issue with Firefox and
 it's probably considered a feature. There may be a setting in
 `about:config` to influence this behaviour. Probably other browsers have
 similar behaviour.

 If your observations do not agree with what is described above, please
 describe them.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13585#comment:1>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to