Article 7
Just tried Tim's suggestion from the list. I reverted to 2.7 and I added the following before the OpenLayers.js script tag: <script type="text/javascript"> if(document.namespaces == null){...
View ArticleArticle 6
Yeah. I've been trying variations on setting that and the #default#VML when adding the namespace, as well as explicitly setting the whole list of elements and sub-elements from the VML docs on MSDN. I...
View ArticleArticle 5
Could this be relevant? http://code.google.com/apis/maps/documentation/index.html#XHTML_and_VML I did try adding ... xmlns:v="urn:schemas-microsoft-com:vml" ... but on its own it didn't seem to make...
View ArticleArticle 4
Well simply changing to -ms-behavior didn't work. I then found two more leads: From http://code.google.com/p/explorercanvas/source/browse/trunk/excanvas.js if (!doc.namespacesg_vml_?) {...
View ArticleArticle 2
It looks like the non-standard CSS "behavior" property has been changed to "-ms-behavior" in IE8 standards mode. http://msdn.microsoft.com/en-us/library/ms530723(VS.85).aspx
View Articlesummary changed
summary changed from Current Version Of OL Failis with IE8 Beta to Invalid argument failure with IE8 This is the offending line. Note that this is still a problem in the released version of IE 8,...
View Articlemilestone set
milestone set to Future Comments on http://www.eggheadcafe.com/software/aspnet/31769152/vml-supported--or-bette.aspx indicate that VML support in IE8 is broken or buggy. Patches to improve behavior...
View Article