> 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. 
>
>
Yes, I found this as well.
 

> {% 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. 
>

But that's the weird part, it DID do something.   Otherwise I wouldn't have 
been puzzled, and like I said, I'm not sure if it's a bug or a feature. 
 But you didn't intentionally change anything in the docbrowser, anyway, 
that's good.

-- 
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