>
> I think I’ve found the problem code (which actually hasn’t changed).  In 
> sagenb/data/sage/html/notebook/worksheet_page.html the following lines 
> exclude the code that binds click actions to the icon divs in the case of 
> the tutorial. 
>
> {% if not worksheet.docbrowser() %} 
> . 
> . 
> . 
> {%endif%} 
>
> All I did was rewrite the code within this if statement.  Thus you were 
> not previously able to add cells.  If we want to maintain behavior we 
> should probably just move the divs that contain the icons into this if 
> statement.  It probably was not obvious before  the icons that the 3 pixel 
> high div that did nothing was there in the docs. 
>
>
As I suspected, this *did* change.  See 
https://github.com/sagemath/sagenb/blob/2757d2c6b488feeae2a3f97fffdd09f7ffe5ef01/sagenb/data/sage/html/notebook/worksheet_page.html
 
- previously one could add a new last compute cell, which is desired 
behavior.

 I'll fix this and revert some other changes you made with moving {% if not 
cell.worksheet().docbrowser() %} elsewhere, and put it upstream so it's 
part of the package. 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" 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-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to