#4523: browser cache not cleared when restarting the worksheet
----------------------+-----------------------------------------------------
 Reporter:  jason     |       Owner:  boothby 
     Type:  defect    |      Status:  new     
 Priority:  major     |   Milestone:  sage-3.2
Component:  notebook  |    Keywords:          
----------------------+-----------------------------------------------------
 From an email on sage-devel:

 The problem is not in your code.  I think the problem is in your browser
 caching the image.  When Sage creates the image, it gives it the same
 name.  Your browser thinks that it is the same image as before, so it
 doesn't bother to update the image.  If you refresh the page after you
 first see the wrong image, you'll see the right image appear.

 You'll see the same problem if you have two cells:

 {{{f(x) = x^2}}}

 and

 {{{plot(f, (x, 1, 2))}}}


 1. Evaluate the two cells, so you get a plot
 2. Restart the worksheet
 3. Change the function
 4. Evaluate the two cells again.  Notice you get the same plot.
 5. Hit Refresh in the browser.  Now the plot updates.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4523>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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