#17292: Make transparency work in jmol
-------------------------------------------------+-------------------------
       Reporter:  kcrisman                       |        Owner:
           Type:  defect                         |       Status:  new
       Priority:  blocker                        |    Milestone:  sage-6.4
      Component:  graphics                       |   Resolution:
       Keywords:                                 |    Merged in:
        Authors:                                 |    Reviewers:
Report Upstream:  Workaround found; Bug          |  Work issues:
  reported upstream.                             |       Commit:
         Branch:                                 |     Stopgaps:
   Dependencies:                                 |
-------------------------------------------------+-------------------------

Comment (by vbraun):

 Let's make plots work first on real computers, please. Some of use use
 Sage for their work. I doubt that anybody is writing a paper or teaching
 classes on their iPhone 4.

 It would be easy enough to add a javascript to pick out mobile devices
 depending on media query and degrade display, e.g.
 {{{
 var fast = window.matchMedia( "(min-width: 500px)" );
 }}}
 with a suitable try/catch for browser that don't support it.

--
Ticket URL: <http://trac.sagemath.org/ticket/17292#comment:18>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to