#5100: worksheets: can't empty the trash (safari only?)
---------------------------+------------------------------------------------
Reporter: jhpalmieri | Owner: mhansen
Type: defect | Status: assigned
Priority: blocker | Milestone: sage-3.3
Component: notebook | Resolution:
Keywords: trash, safari |
---------------------------+------------------------------------------------
Comment (by jhpalmieri):
Now this is with 3.3.alpha2 + the 5095 patch.
When I click the Trash button to get the list of deleted worksheets, I get
this in the error console:
{{{
Unmatched </input> encountered. Ignoring tag.
http://localhost:8000/home/admin/?typ=trash (line 68)
}}}
This points to the line
{{{
<input id="search_worksheets" size=20 onkeypress="return
search_worksheets_enter_pressed(event, 'trash');"
}}}
Clicking "Empty Trash" then gives me
{{{
Unmatched </input> encountered. Ignoring tag.
http://localhost:8000/home/admin/ (line 68)
}}}
This points to the line
{{{
<input id="search_worksheets" size=20 onkeypress="return
search_worksheets_enter_pressed(event, 'active');"
}}}
(By the way, for what it's worth, you can turn on the Develop menu in
Safari from the "Advanced" tab in the preferences -- no need to quit and
restart.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5100#comment:15>
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
-~----------~----~----~----~------~----~------~--~---