﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebTreeView - WebTreeView with IE 10  problems</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/WebTreeView-with-IE-10-problems/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>WebTreeView with IE 10  problems</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/WebTreeView-with-IE-10-problems/</link><pubDate>Fri, 16 Nov 2012 03:28:09 GMT</pubDate><dc:creator>bernard</dc:creator><description>Hi Matt,&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;To solve this problem, you can check the browser with you javascript and then you can add this javascript to your code:&lt;/div&gt;
&lt;div&gt;&lt;pre&gt;window.onloadmetadata = load;
function load()
{
    if(IS.ie &amp;amp;&amp;amp; !(IS.GetIEVersion() == 9 || IS.GetIEVersion() == 8 || IS.GetIEVersion() == 7)) //IE 10 validation
    {
        var metadata = document.getElementById("metadata");
        metadata.httpEquiv = "X-UA-Compatible";
        metadata.content = "IE=7,8,9";
    }
}&lt;/pre&gt;&lt;p&gt;Also please don't forget to add the metadata inside head tag:&lt;/p&gt;&lt;p /&gt;&lt;pre&gt;&amp;lt;meta id="metadata" /&amp;gt;&lt;/pre&gt;&lt;p&gt;Hope this helps.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Bernard&lt;/p&gt;&lt;p /&gt;&lt;/div&gt;</description></item><item><title>WebTreeView with IE 10  problems</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/WebTreeView-with-IE-10-problems/</link><pubDate>Wed, 14 Nov 2012 09:40:49 GMT</pubDate><dc:creator>mberlin</dc:creator><description>&lt;p&gt;My wWebTreeView has worked for years with the release of Windows 8 and IE 10 the WebTreeView  tv.GetSelectedNode(); always returns a null in IE10 IE 7,8,9 work fine. I have gotten it to work in IE10 by adding     &lt;/p&gt;
&lt;p&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;!--[if IE]&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;meta http-equiv="X-UA-Compatible" content="IE=7,8,9" &amp;gt;    &lt;/p&gt;
&lt;p&gt;&amp;lt;![endif]--&amp;gt;   &lt;/p&gt;
&lt;p&gt;This then breaks the older versions of IE. Any one have any suggestions we just upgraded to Studio 2012 thinking it would have fixes for IE 10 but it is the exact same version of the WebTreeview I had with Studio 2011.&lt;/p&gt;
&lt;p&gt;Matt &lt;/p&gt;</description></item></channel></rss>