Re: [Jmol-developers] use of the OBJECT tag in IE9

2012-06-02 Thread Jaime Prilusky
Bob, Safari 5.1.7 on Mac 10.7.4 shows the empty white square and stays there. No mouse movements nor clicks are enough to elicit any behavior. FireFox 12.0 and Chrome 19.0... on Mac load the applet immediately. Jaim On Jun 3, 2012, at 4:34 AM, Robert Hanson wrote: I use MSIE 9, and I haven't h

Re: [Jmol-developers] use of the OBJECT tag in IE9

2012-06-02 Thread Robert Hanson
I use MSIE 9, and I haven't had any problem like that. So I think it's OK. But I am having one odd behavior -- our current set up for JmolCore is making it so that you have to move the mouse over the Jmol applet before Java loads. Strangest thing I've ever seen. I'm trying to track it down. Q: If

[Jmol-developers] use of the OBJECT tag in IE9

2012-06-02 Thread Angel Herráez
Version 9 of MSIE may use the OBJECT tag common to other browsers, rather than the class-id based tag characteristic of MSIE6+ Rich Apodaca reports [1] about problems running applets in IE9 with some versions of Java, so I am testing Jmol.js to switch to the HTML-type object tag for IE9. I se