Opened 15 years ago
Closed 15 years ago
#3053 closed defect (fixed)
[with patch; positive review] notebook -- new cell_resize doesn't respect %hide at the beginning of a cell
Reported by: | was | Owned by: | boothby |
---|---|---|---|
Priority: | major | Milestone: | sage-3.0.2 |
Component: | notebook | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
If a cell starts with %hide, it should not be shown unless it is in focus. The new cell_resize code doesn't respect this. To see this:
- Load a fresh worksheet with %hide's -- none of them are hidden. Click on input cells then out hide them.
- Resize a web browser window with %hides -- suddenly all %hide inputs are shown.
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | sage-3053.patch added |
---|
comment:1 Changed 15 years ago by
Summary: | notebook -- new cell_resize doesn't respect %hide at the beginning of a cell → [with patch; needs review] notebook -- new cell_resize doesn't respect %hide at the beginning of a cell |
---|
comment:2 Changed 15 years ago by
Summary: | [with patch; needs review] notebook -- new cell_resize doesn't respect %hide at the beginning of a cell → [with patch; positive review] notebook -- new cell_resize doesn't respect %hide at the beginning of a cell |
---|
nice!
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Merged in Sage 3.0.2.alpha1
Note: See
TracTickets for help on using
tickets.
Attached patch does this:
trac #3053 -- new cell_resize doesn't respect %hide at the beginning of a cell