#5025: [with patch, negative review] tinymce issues
----------------------+-----------------------------------------------------
 Reporter:  jason     |        Owner:  boothby 
     Type:  defect    |       Status:  new     
 Priority:  major     |    Milestone:  sage-3.3
Component:  notebook  |   Resolution:          
 Keywords:            |  
----------------------+-----------------------------------------------------
Changes (by boothby):

  * summary:  [with patch, needs review] tinymce issues => [with patch,
              negative review] tinymce issues

Comment:

 I applied the patch, and got the following when I clicked on a worksheet:

 {{{
         Traceback (most recent call last):
           File "/scratch/boothby/sage/local/lib/python2.5/site-
 packages/twisted/internet/defer.py", line 186, in addCallbacks
             self._runCallbacks()
           File "/scratch/boothby/sage/local/lib/python2.5/site-
 packages/twisted/internet/defer.py", line 328, in _runCallbacks
             self.result = callback(self.result, *args, **kw)
           File "/scratch/boothby/sage/local/lib/python2.5/site-
 packages/twisted/internet/defer.py", line 289, in _continue
             self.unpause()
           File "/scratch/boothby/sage/local/lib/python2.5/site-
 packages/twisted/internet/defer.py", line 285, in unpause
             self._runCallbacks()
         --- <exception caught here> ---
           File "/scratch/boothby/sage/local/lib/python2.5/site-
 packages/twisted/internet/defer.py", line 328, in _runCallbacks
             self.result = callback(self.result, *args, **kw)
           File "/scratch/boothby/sage/local/lib/python2.5/site-
 packages/twisted/web2/server.py", line 296, in <lambda>
             d.addCallback(lambda res, req: res.renderHTTP(req), self)
           File "/scratch/boothby/sage/local/lib/python2.5/site-
 packages/twisted/web2/resource.py", line 85, in renderHTTP
             return method(request)
           File "/scratch/boothby/sage/local/lib/python2.5/site-
 packages/twisted/web2/resource.py", line 202, in http_GET
             return super(Resource, self).http_GET(request)
           File "/scratch/boothby/sage/local/lib/python2.5/site-
 packages/twisted/web2/resource.py", line 128, in http_GET
             return self.render(request)
           File "/scratch/boothby/sage/local/lib/python2.5/site-
 packages/sage/server/notebook/twist.py", line 1333, in render
             self.worksheet.sage()
           File "/scratch/boothby/sage/local/lib/python2.5/site-
 packages/sage/server/notebook/worksheet.py", line 2547, in sage
             self.initialize_sage()
           File "/scratch/boothby/sage/local/lib/python2.5/site-
 packages/sage/server/notebook/worksheet.py", line 2523, in initialize_sage
             self._enqueue_auto_cells()
           File "/scratch/boothby/sage/local/lib/python2.5/site-
 packages/sage/server/notebook/worksheet.py", line 2917, in
 _enqueue_auto_cells
             if c.is_auto_cell():
           File "/scratch/boothby/sage/local/lib/python2.5/site-
 packages/sage/server/notebook/cell.py", line 1103, in is_auto_cell
             return 'auto' in self.percent_directives()
           File "/scratch/boothby/sage/local/lib/python2.5/site-
 packages/sage/server/notebook/cell.py", line 1064, in percent_directives
             return self._percent_directives
         exceptions.AttributeError: Cell instance has no attribute
 '_percent_directives'
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5025#comment:6>
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