Archives
-
Recent Comments
Monthly Archives: March 2009
JSXGraph and IE8
Yesterday, Internet Explorer 8 was released. Unfortunately, displaying JSXGraph with IE 8 fails, if IE 8 runs in strict mode and the HTML file starts with DOCTYPE. Meanwhile, the problem has been localized: Up to IE7 the VML rendering engine is initialized with the commands
document.namespaces.add("v", "urn:schemas-microsoft-com:vml");
document.createStyleSheet().addRule("v\\:*", "behavior: url(#default#VML);");
In IE8, the wildcard
...addRule("v\\:*", ...
is not longer allowed. [...]
JSXGraph at Google Groups
Features of JSXGraph can now be discussed in the new forum at Google groups. Recent new developments are the JSXGraph plugins for Wordpress and MediaWiki. These are initial releases, please give us feedback. Here are examples for WordPress and MediaWiki.
Posted in Uncategorized Tagged discussion, Forum, graphics, mediawiki, plotting, WordPress Leave a comment
Release of version 0.71