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

2012-06-04 Thread Robert Hanson
On Mon, Jun 4, 2012 at 12:50 PM, Jaime Prilusky < jaime.prilu...@weizmann.ac.il> wrote: > Both pages are Ok on both FFox 12.0 and Safari 5.1.7 on Mac. (show/hide > info, links following =caffeine?, etc) > > Drag-minimize on page simple2.html, however, on both FFox and Safari, > once turned on, i

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

2012-06-04 Thread Angel Herráez
Tests using IE 9 on Win7 (64-bit version) > http://chemapps.stolaf.edu/jmol/chemdoodle/test2.htm OK > http://chemapps.stolaf.edu/jmol/chemdoodle/simple2.htm OK > http://chemapps.stolaf.edu/jmol/JmolPopup2.htm OK > http://chemapps.stolaf.edu/jmol/chemdoodle/test2b.htm all OK ---

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

2012-06-04 Thread Jaime Prilusky
I followed all your questions and everything looks ok, on both FFox 12.0 and Safari 5.1.7 on Mac 10.7.4 On Jun 4, 2012, at 8:50 PM, Robert Hanson wrote: Actually, that was just the control test. Here are the real tests. These use percentages for the applet size. http://chemapps.stolaf.edu/jmo

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

2012-06-04 Thread Jaime Prilusky
Both pages are Ok on both FFox 12.0 and Safari 5.1.7 on Mac. (show/hide info, links following =caffeine?, etc) Drag-minimize on page simple2.html, however, on both FFox and Safari, once turned on, it can't be turned off. Jaim On Jun 4, 2012, at 8:36 PM, Robert Hanson wrote: Hurray! Thanks. Ja

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

2012-06-04 Thread Robert Hanson
Actually, that was just the control test. Here are the real tests. These use percentages for the applet size. http://chemapps.stolaf.edu/jmol/JmolPopup2.htm Q: Do you see an applet there (just blank)? Q: Can you resize the window and see the applet follow the size of the window? http://chemapps

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

2012-06-04 Thread Robert Hanson
Hurray! Thanks. Jaime, if you could try that as well, I'd appreciate it. (Since you are the one who noticed the problem, I think.) On Mon, Jun 4, 2012 at 10:52 AM, Angel Herráez wrote: > For what it's worth, both pages work fine in Safari on Windows (I > know, that's a weird combination, but som

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

2012-06-04 Thread Angel Herráez
For what it's worth, both pages work fine in Safari on Windows (I know, that's a weird combination, but some times useful since the Safari rendering engine is suposed to behave in the same way--or at least differently to other browsers :) ) > http://chemapps.stolaf.edu/jmol/chemdoodle/test2.htm

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

2012-06-04 Thread Gutow, Jonathan H
MacOS Chrome On Jun 4, 2012, at 6:39 AM, Robert Hanson wrote: > Please check these two pages with MSIE and Mac > > http://chemapps.stolaf.edu/jmol/chemdoodle/test2.htm applet loads morphine spinning show info produces a blank window with mini scrollbar but no data. hide info returns to the applet

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

2012-06-04 Thread Angel Herráez
> http://chemapps.stolaf.edu/jmol/chemdoodle/test2.htm > http://chemapps.stolaf.edu/jmol/chemdoodle/simple2.htm Testing MSIE 8 in WinXP: > -- do you see an applet as usual on both pages? Ok > -- on test2, do the show/hide info links under the applet work? (Mac > especially) Ok > -- when you

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

2012-06-04 Thread Robert Hanson
Found it! CLEARLY an MSIE bug, but there is a work-around. All I had to do was make sure there was a around my outer if that outer div contained a with internal that had 100% for a width or height. Go figure! Please check these two pages with MSIE and Mac http://chemapps.stolaf.edu/jmol/che

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

2012-06-04 Thread Angel Herráez
The % size of the object tag is involved. If you set it in px size, it works. And if you keep 100% for the object and move the 450px css from the div to the td it also works http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ Jmol-develope

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

2012-06-04 Thread Robert Hanson
well, that's certainly interesting. This is not something I generally want to recommend simply to make it work in MSIE. But that is very interesting. Let's still see if we can figure out why just having it in a table is causing this problem. Hopefully there is something needed in the table tag. Bo

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

2012-06-04 Thread Angel Herráez
Bob, you won't believe this, but I've found a cure: Your page starts If you add a DOCTYPE, IE8 in WinXP fixes the blank problem http://www.w3.org/TR/html4/loose.dtd";> etc... Don't ask me for the explanation :) If I save your page from IE File > Save, it inserts which does not work either.

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

2012-06-04 Thread Angel Herráez
Testing on IE8 WinXP, all but sno2.htm load fine. sno2.htm shows an empty white square until I mouse over it, when the applet displays. Applet insertion is very fast after the first try (cached I guess) so maybe Java and Jmol have loaded in the background. I can report on IE9 / Win7 this evenin