#12299: Advance Jmol Interactive Features in Flask Notebook
-------------------------------------------------------+--------------------
Reporter: gutow | Owner: jason,
mpatel, was
Type: enhancement | Status:
needs_work
Priority: major | Milestone:
sage-5.2
Component: notebook | Resolution:
Keywords: Jmol, 3D, notebook | Work issues: decide
default display quality, doctests,switch to generic error
Report Upstream: Reported upstream. No feedback yet. | Reviewers:
Karl-Dieter Crisman, Steven Trogdon
Authors: Jonathan Gutow | Merged in:
Dependencies: #11080,#11078,#11503 | Stopgaps:
-------------------------------------------------------+--------------------
Comment (by ppurka):
There seems to be some problem with the help window at least in firefox on
linux. The help window that can be popped up from within jmol actually has
mouse scroll disabled and also lacks a scroll bar. But pg up/down works
and shows that there is more text present once scrolled down.
I had a look at the spkg and I think inserting a css rule like this in the
`patches/appletweb/JmolHelp.html` might do the trick. Unfortunately, I
can't seem to figure out how to do live page edits in firefox, so I can't
test this right away.
{{{
html {
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12299#comment:80>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.