-
-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
notebook: new modal jquery dialog boxes are covered by jmol 3d graphics #7434
Comments
This comment has been minimized.
This comment has been minimized.
comment:2
This appears to be relevant. |
Attachment: trac_7434-jmol_modal_dialogs.patch.gz Attachment: trac_7434-jmol_modal_dialogs_test.patch.gz |
Author: Alex Leone |
comment:3
trac_7434-jmol_modal_dialogs.patch: This patch hides all java applets on the page and puts grey boxes in their place when any modal prompts show up (in notebook_lib.js: function modal_prompt(...)). trac_7434-jmol_modal_dialogs_test.patch: This patch adds a selenium test for the above patch. |
comment:4
LGTM. |
Reviewer: Tim Dumol |
Rebased for SageNB 0.6 + queue in comment. Replaces earlier version. |
comment:5
Attachment: trac_7434-jmol_modal_dialogs.2.patch.gz Please ignore V2. I've just noticed that the patch doesn't work in Cr4, IE8, and S4 on Windows XP. It seems the WebKit browsers use V3 fixes this with jmolSetAppletCssClass and |
comment:6
V3 is also rebased for
|
Attachment: trac_7434-jmol_modal_dialogs.3.patch.gz Fix WebKit, IE8 hiding. Rebase vs. queue in comment. Replaces previous. |
comment:8
LGTM |
Merged: sagenb-0.7 |
Changed reviewer from Tim Dumol to Tim Dumol, Mitesh Patel |
Trac #7310 introduced nice modal jquery dialog boxes. Unfortunately, they do not play well at all with the output of jmol 3d graphics (java). See this screenshot:
http://wstein.org/home/wstein/patches/trac-7434.png
Component: notebook
Author: Alex Leone
Reviewer: Tim Dumol, Mitesh Patel
Merged: sagenb-0.7
Issue created by migration from https://trac.sagemath.org/ticket/7434
The text was updated successfully, but these errors were encountered: