On 12/30/2009 01:31 PM, [email protected] wrote:
> I did more tests - Sage 4.2. is the last version where deleting and
> stopping workseehts via buttons from "Home" folder works for me.

One or more of these problems may appear in many other browsers, too.
Could you try commenting out

        if not self.worksheet.is_published():
            self.worksheet.set_active(username)

in

SAGE_LOCAL/lib/python2.6/site-packages/sagenb-*/sagenb/notebook/twist.py

and testing again in Firefox, say?  (See WorksheetResource.__init__,
around line 516.)

A worksheet opened in a JavaScript-enabled tab or window pings the
server every ~10 seconds.  The lines above reset the worksheet's "view"
to ACTIVE for the user who opened the worksheet.  The worksheet will
then appear in that user's [refreshed] list of active worksheets.

Another possible workaround is to close all tabs/windows with the
worksheet in question, before sending it to the Trash folder.

I think the current ACTIVE, ARCHIVE, and TRASH views are just a first
take on a system for tagging (labeling) worksheets.  I don't know how it
will develop.  Perhaps we'll add columns, slices, etc.?

-- 
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to