marcomachadosantos / gwt-chronoscope

Automatically exported from code.google.com/p/gwt-chronoscope
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Doesn't work at all in IE #75

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
My code doesn't work. none of the demos on the Chronoscope site work 
either.

Original issue reported on code.google.com by Laran.Ev...@gmail.com on 4 Oct 2008 at 12:17

GoogleCodeExporter commented 8 years ago
This is happening when running locally, which IE runs in the "Intranet Zone". 
It was
blocking http://api.timepedia.org/widget/chronoscope.js. I added timepedia.org 
to the
trusted sites, still didn't work. I downloaded chronoscope.js and put it in my 
web
root. That didn't work at all.

Any thoughts?

Original comment by Laran.Ev...@gmail.com on 4 Oct 2008 at 12:54

GoogleCodeExporter commented 8 years ago
I switched some things around and am now running my app in the Internet zone. 
So I 
don't think the problem is related to Intranet security settings.

Original comment by Laran.Ev...@gmail.com on 6 Oct 2008 at 5:21

GoogleCodeExporter commented 8 years ago
Also, when looking at the Chronoscope demos page I just see "Loading 
Chronoscope 
Data..." where the charts should be. The charts never load though :(

Original comment by Laran.Ev...@gmail.com on 6 Oct 2008 at 5:23

GoogleCodeExporter commented 8 years ago
in IE6 make sure the chart is not inside a <p> or a <form>

Original comment by socon...@gmail.com on 6 Oct 2008 at 7:08

GoogleCodeExporter commented 8 years ago
I love you! I removed the form tag and it worked. Thank you!

Original comment by Laran.Ev...@gmail.com on 6 Oct 2008 at 7:21

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
As of r380 which is what is on http://api.timepedia.org and using ie6

- javascript/div/json work in <form>, <p>, and <table><tr><td>
- microformats work in <form>
- microformats DO NOT work in <p>

Original comment by socon...@gmail.com on 6 Oct 2008 at 11:01

GoogleCodeExporter commented 8 years ago

Original comment by cromwell...@gmail.com on 10 Mar 2010 at 1:21