#408 closed enhancement (fixed)
Notebook glitch in Safari
Reported by: | justin | 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
This is on Mac OS X, 10.4.10, with Safari, using SAGE 2.7.1.
If I create a worksheet, fiddle around with it, and then quit and restart the server, going to "localhost/8000" gives me a page with the worksheet shown (as possibly one of many). If I click the adjacent check box and then the DELETE button, the check box is cleared but the worksheet entry remains. Only when I 'refresh' the page does the worksheet entry disappear.
Change History (8)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Component: | algebraic geometry → notebook |
---|---|
Owner: | changed from was to boothby |
I think this is indeed safari-specific. I think for some reason safari doesn't update the page when the javascript attempts a refresh, though firefox does. We need to either directly modify the DOM (more work, but the right thing to do), or improve the refresh() javascript function so it also works with safari.
comment:3 Changed 15 years ago by
Milestone: | → sage-2.8.2 |
---|
comment:4 Changed 15 years ago by
Milestone: | sage-2.8.2 |
---|---|
Type: | defect → enhancement |
This is really an enhancement -- i.e., this dynamic stuff needs to be implemented for that screen (without using refresh).
comment:5 Changed 15 years ago by
Milestone: | → sage-3 |
---|
comment:6 Changed 15 years ago by
This is quite an old ticket. Can somebody check with 3.0 if this is still a problem?
Cheers,
Michael
comment:7 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I fixed this. It is no longer a problem.
comment:8 Changed 15 years ago by
Milestone: | sage-feature → sage-3.0.2 |
---|
Oh: on a MacBook? Pro, FWIW.