Ticket #3711 (closed defect: fixed)
[with patch, positive review] notebook -- folder of worksheets not properly saved
| Reported by: | was | Owned by: | mhansen |
|---|---|---|---|
| Priority: | major | Milestone: | sage-3.1.2 |
| Component: | notebook | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
On Wed, Jul 23, 2008 at 1:35 AM, John H Palmieri <jhpalmieri64@gmail.com> wrote: > > On Jul 11, 3:21 pm, John H Palmieri <jhpalmier...@gmail.com> wrote: >> Since upgrading to Sage 3.0.4 on my intel Mac, when I enter the >> notebook, my Sage worksheet list shows all of the worksheets I've ever >> worked on. If I mark some to be archived or some to be deleted, it >> has a short-term effect: the worksheets disappear from the "Active" >> list. This does not last, though: the next time I start the notebook, >> the worksheets are back in the active list. > > This also happens on my linux box (although I am able to successfully > empty the trash there). It's quite annoying to have something like 50 > worksheets listed, instead of the half a dozen I want marked as > "Active". > >> Also, if I mark some worksheets to be deleted, click "Trash" to view >> the list of those worksheets, then click "Empty Trash", I get a >> warning about how this will permanently delete the items, etc. I >> click "Continue" and am taken back to the list of Active worksheets, >> but if I click "Trash", I see the old list: the trash has not been >> emptied. I can replicate this. -- William
Attachments
Change History
comment:1 Changed 5 years ago by mhansen
- Owner changed from boothby to mhansen
- Status changed from new to assigned
- Summary changed from notebook -- folder of worksheets not properly saved to [with patch, needs review] notebook -- folder of worksheets not properly saved
I add a selenium doctest for this (test_3711) which can be found at http://sage.math.washington.edu/home/mhansen/sage_selenium/test_notebook.py
comment:2 Changed 5 years ago by TimothyClemans
- Summary changed from [with patch, needs review] notebook -- folder of worksheets not properly saved to [with patch, positive review] notebook -- folder of worksheets not properly saved
I didn't run the selenium doctest, but I did various file operations to make sure that the bug was resolved and that some new bug didn't pop up.
Note: See
TracTickets for help on using
tickets.

