#3986: notebook -- a doc browser bug
----------------------------+----------------------------------------------
       Reporter:  was       |        Owner:  boothby
           Type:  defect    |       Status:  closed
       Priority:  minor     |    Milestone:  sage-duplicate/invalid/wontfix
      Component:  notebook  |   Resolution:  invalid
       Keywords:            |    Merged in:
        Authors:            |    Reviewers:
Report Upstream:  N/A       |  Work issues:  Still a problem?
         Branch:            |       Commit:
   Dependencies:            |     Stopgaps:
----------------------------+----------------------------------------------
Description changed by chapoton:

Old description:

> 1. Go to any interactive help sheet in the notebook.
>
> 2. Go the very very bottom cell, below the text.
>
> 3. Press shift enter.
>
> 4. I get this traceback in the server log:
> {{{
> ...
>             cell.evaluate(username = self.username)
>         exceptions.AttributeError: TextCell instance has no attribute
> 'evaluate'
> }}}
>
> It's bad form getting tracebacks in the server log, though everything
> continues
> to work fine.   The fix is to figure out why a text cell is having
> evaluate called
> on it.  Is the bottom cell somehow incorrectly set to be a text cell?

New description:

 1. Go to any interactive help sheet in the notebook.

 2. Go the very very bottom cell, below the text.

 3. Press shift enter.

 4. I get this traceback in the server log:
 {{{
 ...
 cell.evaluate(username = self.username)
 exceptions.AttributeError: TextCell instance has no attribute 'evaluate'
 }}}

 It's bad form getting tracebacks in the server log, though everything
 continues
 to work fine.   The fix is to figure out why a text cell is having
 evaluate called
 on it.  Is the bottom cell somehow incorrectly set to be a text cell?

--

--
Ticket URL: <http://trac.sagemath.org/ticket/3986#comment:5>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to