Ticket #11955 (new defect)
%hide cells still show when printing
| Reported by: | iandrus | Owned by: | jason, mpatel, was |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | notebook | Keywords: | hide,printing |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description (last modified by iandrus) (diff)
When reading a question on ask.sagemath I realized that %hide doesn't work properly when printing. This is the same bug as #5718 which was fixed 2 years ago.
If you add %hide to a cell then the output is hidden in the notebook just fine, but when printing the worksheet the entire cell is displayed as if it were not hidden (e.g. it's not even greyed out). This was on sagenb.org with Safari 5.1.1.
Change History
comment:2 Changed 20 months ago by kcrisman
Can you try this in vanilla Sage 4.7.1, Ivan? Just in case it happened during the migration to flask, it would be good to identify that.
Note: See
TracTickets for help on using
tickets.
