Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internet Explorer support #8

Closed
GoogleCodeExporter opened this issue Feb 12, 2016 · 7 comments
Closed

Internet Explorer support #8

GoogleCodeExporter opened this issue Feb 12, 2016 · 7 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

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

  • Added labels: Browser-IE

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant