Enkidatron / canviz

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

Internet Explorer support #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Canviz doesn't work so well in Internet Explorer right now. Last I heard, in IE 
6 and 7, you get the 
graph drawn, but no text overlays; and in IE 8, you get the text but no graph.

See if it helps to update from ExplorerCanvas 0001 to 0002 (it's already been 
imported into 
/vendor/excanvas in the repository).

It's possible MooCanvas may work better than ExplorerCanvas. However MooCanvas 
requires 
MooTools, and Canviz already uses Prototype. I'm not sure how MooTools and 
Prototype compare, 
or if they would interfere with one another.

Original issue reported on code.google.com by ryandesi...@gmail.com on 21 Sep 2008 at 6:30

GoogleCodeExporter commented 9 years ago
As of r168, the canvas element is dynamically created, which IE doesn't like. 
Should
be fixable; see:

http://groups.google.com/group/google-excanvas/browse_thread/thread/fc55c0ee96d9
1a5f

And:

http://groups.google.com/group/google-excanvas/browse_thread/thread/df1f1fdf48a2
ba38

Original comment by ryandesi...@gmail.com on 29 Oct 2008 at 8:36

GoogleCodeExporter commented 9 years ago

Original comment by ryandesi...@gmail.com on 2 Nov 2008 at 8:51

GoogleCodeExporter commented 9 years ago
r234: Fixed the dynamic canvas creation issue with IE introduced in r168.

Original comment by ryandesi...@gmail.com on 14 Dec 2008 at 10:45

GoogleCodeExporter commented 9 years ago
r235: In the example, the "Loading" box and the graph form are now correctly
positioned and sized in IE6. Workaround for IE6's lack of support for 
"position: fixed".

Original comment by ryandesi...@gmail.com on 17 Dec 2008 at 7:54

GoogleCodeExporter commented 9 years ago

Original comment by ryandesi...@gmail.com on 23 Dec 2008 at 10:25

GoogleCodeExporter commented 9 years ago
r239: The big problem with IE 6 and 7 is fixed: The text divs are now shown.

Original comment by ryandesi...@gmail.com on 24 Dec 2008 at 4:12

GoogleCodeExporter commented 9 years ago
Since IE 6 and 7 are largely working, this ticket can be closed. I'll file new
tickets for remaining specific issues (like issue #38 for the IE 8 beta 2 
issue).
Search for tickets using the label "Browser-IE" to find any other IE tickets.

Original comment by ryandesi...@gmail.com on 26 Dec 2008 at 1:55