#7254: [with patch; needs review] sagenb notebook: automatic worksheet 
refreshing
and synchronization
---------------------------+------------------------------------------------
   Reporter:  was          |       Owner:  boothby     
       Type:  enhancement  |      Status:  needs_review
   Priority:  major        |   Milestone:  sage-4.2    
  Component:  notebook     |    Keywords:              
Work_issues:               |      Author:              
   Reviewer:               |      Merged:              
---------------------------+------------------------------------------------

Comment(by mpatel):

 What if we change the refresh condition in
 `server_ping_while_alive_callback` to
 {{{
 #!js
         if(state_number >= 0 && parseInt(response_text) > state_number) {
 }}}
 ?  We can also save a worksheet's `state_number` with the worksheet and
 ensure it never decreases on the server, even across re-opens, reloads,
 restarts, etc.  Then, any browser whose state is smaller than the server's
 should refresh.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7254#comment:10>
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