> > And there seems to be another solution working across all versions of > IE: > > document.namespaces.add("v","urn:schemas-microsoft- > com:vml","#default#VML");
This is the solution we have always used in ExCanvas.
-- erik
lrbabe
unread,
Nov 30, 2008, 6:42:21 AM11/30/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-excanvas
No it's not. Currently we use:
if (!doc.namespaces['g_vml_']) {
doc.namespaces.add('g_vml_', 'urn:schemas-microsoft-com:vml');
}
without "#default#VML" as a third argument.
Erik Arvidsson
unread,
Nov 30, 2008, 7:02:40 PM11/30/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-...@googlegroups.com
I see.
However, this code does not work on IE8b2. Maybe it will work on IE8rc1?
-- erik
lrbabe
unread,
Nov 30, 2008, 8:38:27 PM11/30/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-excanvas
It's our last hope to get dynamic vml insertion working in IE8.
If it not, it only means that Microsoft is forcing us to use
Silverlight. Am I right ?
Erik Arvidsson
unread,
Dec 8, 2008, 2:58:35 AM12/8/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-...@googlegroups.com
I just update excanvas.js to work in IE8 betas. Please get revision
43 and tell me how it works for you.
--
erik
--
erik
Fabien
unread,
Dec 8, 2008, 12:39:36 PM12/8/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-excanvas
Hi ! it works fine for me on IE8 Beta 2 (tested with the latest Flotr
revision)
It works using all the available modes of the beta.