﻿<?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 - WebGrid Enterprise - HtmlElement unindentified error when using ie11 with document mode 8</title><link>http://www.intersoftsolutions.com/Community/WebGrid/HtmlElement-unindentified-error-when-using-ie11-with-document-mode-8/</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>HtmlElement unindentified error when using ie11 with document mode 8</title><link>http://www.intersoftsolutions.com/Community/WebGrid/HtmlElement-unindentified-error-when-using-ie11-with-document-mode-8/</link><pubDate>Mon, 03 Mar 2014 21:15:58 GMT</pubDate><dc:creator>bernard</dc:creator><category>WebTextEditor</category><category>WebSpellChecker</category><category>HtmlElement undefined</category><description>Hi John and Tomislav,&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;@John Smith:&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Actually, this problem comes with IE browser itself. In IE10 and IE11, it has its own rendering mode that different from the other IE version. When you emulate IE10 and IE11, it doesn't put the right user agent string that we expect to render our control correctly. In additional in IE11, it also has many obsoleted function that we used to rendering our control. &lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;There are many similiar issue that other people facing when emulate IE10 and IE11 (for example: you could see this &lt;a href="http://social.technet.microsoft.com/Forums/ie/en-US/a06dfd09-a3b9-4bcd-bbaf-30e460a003b2/internet-explorer-11-does-not-emulate-ie-8-correctly?forum=ieitprocurrentver" target="_blank"&gt;forum&lt;/a&gt;). These changes from IE10 and IE11 also affect our control when you emulate the browser. Many issue also could happen in your project if you emulate your internet explorer version in the future. So to resolve this issue, we really recommend you to change your doctype and rendering mode to HTML5 doctype so it will adapt with IE10 and IE11 doctype standard which is HTML5 doctype.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;@Tomislav:&lt;/div&gt;
&lt;div&gt;By using try catch statement, I don't think this issue will be resolved. Just like the other issue that the other facing in IE10 and IE11, those IE have its own rendering method that different with other IE version. So it will be more suitable if you're using HTML5 doctype in IE10 and IE11.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Hope this helps.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Regards,&lt;br /&gt;Bernard&lt;/div&gt;</description></item><item><title>HtmlElement unindentified error when using ie11 with document mode 8</title><link>http://www.intersoftsolutions.com/Community/WebGrid/HtmlElement-unindentified-error-when-using-ie11-with-document-mode-8/</link><pubDate>Fri, 28 Feb 2014 04:47:06 GMT</pubDate><dc:creator>Tomo</dc:creator><category>WebTextEditor</category><category>WebSpellChecker</category><category>HtmlElement undefined</category><description>&lt;p&gt;Cant you just put that piece of code inside try-catch block?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>HtmlElement unindentified error when using ie11 with document mode 8</title><link>http://www.intersoftsolutions.com/Community/WebGrid/HtmlElement-unindentified-error-when-using-ie11-with-document-mode-8/</link><pubDate>Thu, 27 Feb 2014 22:53:15 GMT</pubDate><dc:creator>JohnSmith</dc:creator><category>WebTextEditor</category><category>WebSpellChecker</category><category>HtmlElement undefined</category><description>I'm curious now. &amp;nbsp;Does that mean you are saying that you &lt;span style="text-decoration: underline;"&gt;no longer&lt;/span&gt; support IE8 emulation in IE11? &amp;nbsp;Even though 3 weeks ago before those security patches came down from Microsoft it worked fine in IE11? &amp;nbsp;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Why the sudden change?&lt;/div&gt;</description></item><item><title>HtmlElement unindentified error when using ie11 with document mode 8</title><link>http://www.intersoftsolutions.com/Community/WebGrid/HtmlElement-unindentified-error-when-using-ie11-with-document-mode-8/</link><pubDate>Wed, 26 Feb 2014 21:14:49 GMT</pubDate><dc:creator>bernard</dc:creator><category>WebTextEditor</category><category>WebSpellChecker</category><category>HtmlElement undefined</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Actually this error happen because when you emulate IE, it only change the document mode to IE8. This might cause problem when our API want to get HTMLElement which different for each browser type and browser doctype. As proof, if you change the user agent string to Internet Explorer 8, the javascript error that you're facing won't be appear. When you're using document mode and user agent string to IE8, Internet Explorer rendering method will changed to XHTML which our control expected as IE8. I think there are no other way to pass this issue except by changing your user agent string to Internet Explorer 8 or by changing its doctype and RenderingMode to HTML5. Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Bernard&lt;/p&gt;</description></item><item><title>HtmlElement unindentified error when using ie11 with document mode 8</title><link>http://www.intersoftsolutions.com/Community/WebGrid/HtmlElement-unindentified-error-when-using-ie11-with-document-mode-8/</link><pubDate>Wed, 26 Feb 2014 16:36:44 GMT</pubDate><dc:creator>questica</dc:creator><category>WebTextEditor</category><category>WebSpellChecker</category><category>HtmlElement undefined</category><description>&lt;p&gt;Hi Bernard,&lt;/p&gt;
&lt;p&gt;So we are using the new hotfixed DLL's for the grid and other controls to render in IE11.  For the most part things are running more smoothly, but we are still receiving the HTMLElement javascript errors when using the Meta Tag to emulate IE8.  The odd thing is the controls appear to be rendering correctly regardless of this JS error.  As I've mentioned before, the IE8 meta tag is still required for style/markup reasons on our older versions as we can't feasibly change every past released version of our application.  We are slowly phasing out these older browsers, but are not complete in that task.&lt;/p&gt;
&lt;p&gt;Is there anyway you can add feature detection for the HTMLElement object before using it in the IE11Engine you use such that you defend against these JS errors?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>HtmlElement unindentified error when using ie11 with document mode 8</title><link>http://www.intersoftsolutions.com/Community/WebGrid/HtmlElement-unindentified-error-when-using-ie11-with-document-mode-8/</link><pubDate>Thu, 20 Feb 2014 22:55:41 GMT</pubDate><dc:creator>bernard</dc:creator><category>WebTextEditor</category><category>WebSpellChecker</category><category>HtmlElement undefined</category><description>&lt;p&gt;Hi Ryan,&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Actually, there are no workaround to change user agent string to Internet Explorer 8. We usually suggest our customer to change its doctype to HTML5 and use our control in RenderingMode HTML5. We are doing this because when Using IE11 and IE10, those Internet Explorer only support HTML5 as its primary doctype. Especially when you're using IE11, there are many obsoleted function that we have handle by using RenderingMode HTML5 and HTML5 doctype. Hope this helps.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Regards,&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;Bernard&lt;/span&gt;&lt;/p&gt;</description></item><item><title>HtmlElement unindentified error when using ie11 with document mode 8</title><link>http://www.intersoftsolutions.com/Community/WebGrid/HtmlElement-unindentified-error-when-using-ie11-with-document-mode-8/</link><pubDate>Thu, 20 Feb 2014 09:15:22 GMT</pubDate><dc:creator>ryan</dc:creator><category>WebTextEditor</category><category>WebSpellChecker</category><category>HtmlElement undefined</category><description>&lt;p&gt;Hi Bernard,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Do you have any other work arounds?  We can't force the user-agent string from code (unless I am mistaken?).  This does work if we change it in the dev tools in IE but we can't expect our customers to switch this every time they log into our application.&lt;/p&gt;
&lt;p&gt;We use document mode emulateIE8 because the columns don't align properly otherwise.  When switching the document mode to IE8, the grid now shows up but the columns do not align properly. &lt;/p&gt;
&lt;p&gt;This is incredibly urgent as it affects all of our customers on all versions of our application.  Please let us know as soon as possible if you have anything we can use.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Ryan&lt;/p&gt;</description></item><item><title>HtmlElement unindentified error when using ie11 with document mode 8</title><link>http://www.intersoftsolutions.com/Community/WebGrid/HtmlElement-unindentified-error-when-using-ie11-with-document-mode-8/</link><pubDate>Tue, 18 Feb 2014 22:43:04 GMT</pubDate><dc:creator>bernard</dc:creator><category>WebTextEditor</category><category>WebSpellChecker</category><category>HtmlElement undefined</category><description>Hi Tomislav Mesaric,&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;I think when you're using XHTML doctype, you should change your RenderingMode to XHTML. Perhaps this issue happen because you only change your document mode to emulate IE8. You have to change your User agent string to Internet Explorer 8 if you are using XHTML doctype. Hope this helps.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Regards,&lt;br /&gt;Bernard&lt;/div&gt;</description></item><item><title>HtmlElement unindentified error when using ie11 with document mode 8</title><link>http://www.intersoftsolutions.com/Community/WebGrid/HtmlElement-unindentified-error-when-using-ie11-with-document-mode-8/</link><pubDate>Tue, 18 Feb 2014 10:36:21 GMT</pubDate><dc:creator>Tomo</dc:creator><category>WebTextEditor</category><category>WebSpellChecker</category><category>HtmlElement undefined</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;our current application wide setup is that we force document mode 8,  because we expose through 4.0 framwork shell, some old 1.1 framework pages.&lt;/p&gt;
&lt;p&gt;And ie8 allowed to modes per pages, standards for new pages and quirks for older ones.&lt;/p&gt;
&lt;p&gt;http://screencast.com/t/6LvB6kCrPzs&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>