miunsi63 / gflot

Automatically exported from code.google.com/p/gflot
0 stars 0 forks source link

doesn't work in IE (IE8) #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open gflot demos in IE8.  You see text but no plots.

What is the expected output? What do you see instead?

Expect to see plots.  I see no plots.

What version of the product are you using? On what operating system?

IE8 on WinXP.

Please provide any additional information below.

If I open the demos in IE from the flot page it works fine.  I've even tried 
adding the excanvas 
library for IE (as described by flot), but that doesn't work either (actually, 
it breaks the page 
worse).

Original issue reported on code.google.com by rjc...@gmail.com on 4 May 2010 at 6:37

GoogleCodeExporter commented 9 years ago
I also get the same issue with the demo on IE8 (See screenshot)

Is anyone experiencing problems with GFlot on other versions of IE?

Original comment by alexjdl on 5 May 2010 at 11:30

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
it has to do something with the: Invalid dimensions for plot
there are different discussions about that:

http://code.google.com/p/flot/issues/detail?id=150
http://code.google.com/p/flot/issues/detail?id=133
http://code.google.com/p/flot/issues/detail?id=140

But i dont know how to fix this in gflot...

Original comment by thiel.pe...@googlemail.com on 17 Jun 2010 at 11:39

GoogleCodeExporter commented 9 years ago
i set gflot_1 and 2 to prefixed size in css. No it works except in Quirks-Mode. 
It has to do something with the placeholder in 
SimplePlot->createPlotContainer(). Maybee we can do something like giving the 
SimplePlot class the name of a placeholder which has to be defined by the user 
in the welcomeGWT.html ?

Original comment by thiel.pe...@googlemail.com on 17 Jun 2010 at 12:20

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I have added <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> and <meta 
http-equiv="X-UA-Compatible" content="IE=edge"/> to welcomeGWT.html and now IE 
is forced to take a Standard and not Quirks.

Original comment by thiel.pe...@googlemail.com on 17 Jun 2010 at 12:42

GoogleCodeExporter commented 9 years ago
This is a known issue in Flot 0.5.

http://code.google.com/p/flot/issues/detail?id=140

Until GFlot is updated to Flot 0.6, I think GFlot will not work in IE8 
Standards Mode.

Original comment by darrell....@gmail.com on 28 Jul 2010 at 10:44

GoogleCodeExporter commented 9 years ago

Original comment by nmr.morel on 3 Jan 2012 at 9:49