Opened 13 years ago
Closed 13 years ago
#2636 closed defect (fixed)
[with patch; positive review] notebook -- changing a cell without evaluate should put the red line back to the left
Reported by: | was | Owned by: | boothby |
---|---|---|---|
Priority: | major | Milestone: | sage-3.0.2 |
Component: | notebook | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
If you enter text in a cell but do *not* evaluate, then move the cursor out of the cell, the red line to the left should be put back, to emphasize that the cell has not been evaluated.
Attachments (1)
Change History (5)
Changed 13 years ago by
comment:1 Changed 13 years ago by
- Summary changed from notebook -- changing a cell without evaluate should put the red line back to the left to [with patch; needs review] notebook -- changing a cell without evaluate should put the red line back to the left
This is a very simple/short patch.
comment:2 Changed 13 years ago by
WARNING: This patch might depend on the one for #336.
comment:3 Changed 13 years ago by
- Summary changed from [with patch; needs review] notebook -- changing a cell without evaluate should put the red line back to the left to [with patch; positive review] notebook -- changing a cell without evaluate should put the red line back to the left
Excellent!
comment:4 Changed 13 years ago by
- Resolution set to fixed
- Status changed from new to closed
Merged in Sage 3.0.2.alpha1
Note: See
TracTickets for help on using
tickets.
this fixes the bug