Yes, HTML5 applet only. If you want to fix it, look for something like this
in JSmol.min.js or JSmolCore.js:
Jmol.$appEvent(me, "appletdiv", "drop", function(e) {
var e = e.originalEvent;
e.stopPropagation();
e.preventDefault();
That should read:
Jmol.$appEvent(me, "appletdiv", "drop", function(e) {
var ev = e.originalEvent;
ev.stopPropagation();
ev.preventDefault();
On Wed, Jul 2, 2014 at 11:39 AM, Otis Rothenberger <osrot...@chemagic.com>
wrote:
> Bob,
>
> I don't think this one is a cache issue:
>
> On the latest version of JSmol, I can no longer drag/drop/load a model
> from a molfile.
>
> Otis
>
> --
> Otis Rothenberger
> o...@chemagic.com
>
>
> ------------------------------------------------------------------------------
> Open source business process management suite built on Java and Eclipse
> Turn processes into business applications with Bonita BPM Community Edition
> Quickly connect people, data, and systems into organized workflows
> Winner of BOSSIE, CODIE, OW2 and Gartner awards
> http://p.sf.net/sfu/Bonitasoft
> _______________________________________________
> Jmol-users mailing list
> Jmol-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jmol-users
>
>
--
Robert M. Hanson
Larson-Anderson Professor of Chemistry
Chair, Department of Chemistry
St. Olaf College
Northfield, MN
http://www.stolaf.edu/people/hansonr
If nature does not answer first what we want,
it is better to take what answer we get.
-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users